summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* Handle inability to create AFALG socketMatt Caswell2016-06-131-0/+9
* Fixes to get -ansi workingJeffrey Walton2016-06-081-8/+8
* Fix some GitHub issues.Rich Salz2016-06-071-1/+1
* Remove/rename some old files.Rich Salz2016-06-011-1/+0
* Add final(?) set of copyrights.Rich Salz2016-06-011-2/+9
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-012-2/+8
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* build.info files: add quotes around any spec that may contain spacesRichard Levitte2016-05-252-5/+5
* GH919: Fix wrappers for two headersRich Salz2016-05-241-2/+2
* Add OpenSSL copyright to .pl filesRich Salz2016-05-212-2/+16
* Add some check for malloc failure in the CAPI engineMatt Caswell2016-05-181-6/+26
* Manual fixes after copyright consolidationRich Salz2016-05-1710-530/+90
* Copyright consolidation 02/10Rich Salz2016-05-177-363/+38
* Fix RSA dasync engine bugMatt Caswell2016-05-171-1/+1
* Add missing initialiser in e_chil.cRichard Levitte2016-05-161-1/+1
* typoDr. Stephen Henson2016-05-111-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* Fix capi engine for no-dsaMatt Caswell2016-04-221-0/+22
* Remove --classic build entirelyRichard Levitte2016-04-202-194/+0
* Fix AFALG kernel and headers mismatch problemMatt Caswell2016-04-141-0/+3
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-44/+34
* Rename internal symbol to follow internal naming patternRichard Levitte2016-04-131-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-134-9/+9
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-134-10/+10
* Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte2016-04-071-32/+48
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-061-25/+28
* Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte2016-04-041-1/+1
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-3/+3
* Various DSA opacity fixupsMatt Caswell2016-04-031-6/+10
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-29/+26
* Move dso.h to internalRich Salz2016-03-232-2/+1
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-212-7/+0
* Fix no-deprecatedMatt Caswell2016-03-181-0/+1
* Resolved unresolved symbols with no-hwMatt Caswell2016-03-181-7/+10
* engines/Makefile.in: some [older] shell complain about 'for i ;',Andy Polyakov2016-03-141-1/+1
* Add $(LIB_CFLAGS) for any build.info generator that uses $(CFLAGS)Richard Levitte2016-03-131-1/+1
* Fix a memory leak in the afalg engineMatt Caswell2016-03-101-0/+2
* Don't add engines if configured "no-engine"Richard Levitte2016-03-091-23/+30
* Don't add afalg engine if configured "no-engine"Richard Levitte2016-03-091-10/+12
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Convert the dynlocks in e_chil to the new Thread API locksRichard Levitte2016-03-091-14/+10
* Remove another lock from e_chilMatt Caswell2016-03-091-2/+2
* Move chil engine to the new thread apiMatt Caswell2016-03-091-17/+24
* Use correct function ID in error pathAlessandro Ghedini2016-03-093-2/+5
* Adapt e_capi to the DSA_SIG_get0() APIRichard Levitte2016-03-081-6/+4
* Fix engine/asm/e_padlock-x86.pl for newer semanticsRichard Levitte2016-03-081-0/+5
* Refactor dasync cipher implementations to improve code reuseMatt Caswell2016-03-071-144/+97
* Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell2016-03-071-61/+83
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-073-12/+12
* Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell2016-03-073-10/+221