aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2016-01-121-227/+292
* Adapt all engines that need it to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+72
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-1/+1
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-1/+1
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-10/+6
* Add lh_doall inliningDr. Stephen Henson2016-01-111-4/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-4/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-112-4/+6
* mem functions cleanupRich Salz2016-01-071-2/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-2/+2
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Remove GMP engine.Rich Salz2015-12-151-3/+0
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-1/+10
* Use NULL comparisonDr. Stephen Henson2015-12-091-2/+2
* set standard EC method in eng_opensslDr. Stephen Henson2015-12-091-0/+1
* make updateDr. Stephen Henson2015-12-091-38/+15
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-094-17/+22
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-096-162/+16
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-096-149/+2
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-093-2/+127
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-11/+9
* Adapt all engines that add new EVP_MDsRichard Levitte2015-12-071-18/+55
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-3/+3
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-8/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-097-13/+19
* Rebuild error source files.Dr. Stephen Henson2015-11-051-12/+12
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-302-6/+6
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-241-16/+18
* Fix undeclared variable warnings.Ben Laurie2015-10-241-7/+8
* Remove Obsolete enginesMatt Caswell2015-10-151-18/+0
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+2
* make updateMatt Caswell2015-09-161-8/+7
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-112-15/+16
* remove 0 assignments.Rich Salz2015-09-032-15/+5
* Add and use OPENSSL_zallocRich Salz2015-09-023-6/+3
* Rewrite crypto/ex_dataRich Salz2015-07-201-1/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-27/+36
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-144-4/+4
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-064-24/+24
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-053-9/+9
* Use safer sizeof variant in mallocRich Salz2015-05-044-6/+6
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free NULL cleanup 11Rich Salz2015-05-014-9/+7
* free null cleanup finaleRich Salz2015-05-012-17/+10