summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-15Remove GMP engine.Rich Salz
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09set standard EC method in eng_opensslDr. Stephen Henson
2015-12-09make updateDr. Stephen Henson
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson
2015-12-09remove ECDSA_METHOD from ENGINEDr. Stephen Henson
2015-12-09remove ECDH_METHOD from ENGINEDr. Stephen Henson
2015-12-09Support for EC_KEY_METHOD.Dr. Stephen Henson
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-25Probably fix travis (wine build).Ben Laurie
2015-10-24Improve make depend.Ben Laurie
2015-10-24Fix undeclared variable warnings.Ben Laurie
2015-10-15Remove Obsolete enginesMatt Caswell
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-16make updateMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-07-20Rewrite crypto/ex_dataRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-28ERR_ cleanupRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz