aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Move engine library over to using the new thread APIMatt Caswell2016-03-099-50/+76
* Fix a typo in dynamic_load()Richard Levitte2016-03-091-2/+2
* Remove the transfer of lock hooks from bind_engineRichard Levitte2016-03-091-5/+0
* Engine API repair - memory management hooksRichard Levitte2016-03-091-0/+2
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-072-4/+4
* GH715: ENGINE_finish can take NULLRich Salz2016-02-252-4/+3
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte2016-02-191-0/+2
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-188-56/+0
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-2/+2
* Fixes to make no-deprecated work againViktor Dukhovni2016-02-141-29/+3
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-112-12/+2
* After auto init, check that the deprecated functions exist before usingRichard Levitte2016-02-101-9/+10
* Update unified build after store removalRich Salz2016-02-101-1/+1
* Configure et al: move the installation directory logic to MakefilesRichard Levitte2016-02-101-5/+0
* Remove store.Rich Salz2016-02-105-111/+3
* Don't run RC4 test with no-rc4Rich Salz2016-02-091-0/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-095-12/+14
* GH601: Various spelling fixes.FdaSilvaYY2016-02-055-11/+11
* fix code indentation issueFdaSilvaYY2016-02-025-14/+14
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+8
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2612-12/+0
* Fix two possible leaks.FdaSilvaYY2016-01-241-0/+2
* Add an engine destructor to eng_cryptodev.Richard Levitte2016-01-201-0/+36
* Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte2016-01-201-204/+333
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove the GOST engineMatt Caswell2016-01-191-3/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-458/+71
* 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