aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie1-16/+12
2016-03-09Move engine library over to using the new thread APIMatt Caswell9-50/+76
2016-03-09Fix a typo in dynamic_load()Richard Levitte1-2/+2
2016-03-09Remove the transfer of lock hooks from bind_engineRichard Levitte1-5/+0
2016-03-09Engine API repair - memory management hooksRichard Levitte1-0/+2
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2-4/+4
2016-02-25GH715: ENGINE_finish can take NULLRich Salz2-4/+3
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte1-0/+2
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz8-56/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-2/+2
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni1-29/+3
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz2-12/+2
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte1-9/+10
2016-02-10Update unified build after store removalRich Salz1-1/+1
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte1-5/+0
2016-02-10Remove store.Rich Salz5-111/+3
2016-02-09Don't run RC4 test with no-rc4Rich Salz1-0/+2
2016-02-09Auto init/deinit libcryptoMatt Caswell5-12/+14
2016-02-05GH601: Various spelling fixes.FdaSilvaYY5-11/+11
2016-02-02fix code indentation issueFdaSilvaYY5-14/+14
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+8
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz12-12/+0
2016-01-24Fix two possible leaks.FdaSilvaYY1-0/+2
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte1-0/+36
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte1-204/+333
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