aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-19Remove the GOST engineMatt Caswell1-3/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-458/+71
2016-01-12make updateRichard Levitte1-227/+292
2016-01-12Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte1-34/+72
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte1-1/+1
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-1/+1
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson1-10/+6
2016-01-11Add lh_doall inliningDr. Stephen Henson1-4/+1
2016-01-11Add lh_new() inliningDr. Stephen Henson1-4/+1
2016-01-11Inline LHASH_OFDr. Stephen Henson2-4/+6
2016-01-07mem functions cleanupRich Salz1-2/+0
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-2/+2
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-12-15Remove GMP engine.Rich Salz1-3/+0
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie1-1/+10
2015-12-09Use NULL comparisonDr. Stephen Henson1-2/+2
2015-12-09set standard EC method in eng_opensslDr. Stephen Henson1-0/+1
2015-12-09make updateDr. Stephen Henson1-38/+15
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson4-17/+22
2015-12-09remove ECDSA_METHOD from ENGINEDr. Stephen Henson6-162/+16
2015-12-09remove ECDH_METHOD from ENGINEDr. Stephen Henson6-149/+2
2015-12-09Support for EC_KEY_METHOD.Dr. Stephen Henson3-2/+127
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-11/+9
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte1-18/+55
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-3/+3
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+2
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-1/+0
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-8/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell7-13/+19
2015-11-05Rebuild error source files.Dr. Stephen Henson1-12/+12
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz2-6/+6
2015-10-25Probably fix travis (wine build).Ben Laurie1-9/+9
2015-10-24Improve make depend.Ben Laurie1-16/+18
2015-10-24Fix undeclared variable warnings.Ben Laurie1-7/+8
2015-10-15Remove Obsolete enginesMatt Caswell1-18/+0
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte1-0/+1
2015-09-29Fix no-stdio buildDavid Woodhouse1-0/+2
2015-09-16make updateMatt Caswell1-8/+7
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie2-15/+16
2015-09-03remove 0 assignments.Rich Salz2-15/+5
2015-09-02Add and use OPENSSL_zallocRich Salz3-6/+3
2015-07-20Rewrite crypto/ex_dataRich Salz1-1/+0
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-27/+36
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte4-4/+4
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz4-24/+24
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz3-9/+9