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