summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY
2016-04-28various spelling fixesFdaSilvaYY
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Free methods on destroy.Ben Laurie
2016-04-18Free engine on error.Ben Laurie
2016-04-18Opacity.Ben Laurie
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie
2016-03-09Move engine library over to using the new thread APIMatt Caswell
2016-03-09Fix a typo in dynamic_load()Richard Levitte
2016-03-09Remove the transfer of lock hooks from bind_engineRichard Levitte
2016-03-09Engine API repair - memory management hooksRichard Levitte
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-10After auto init, check that the deprecated functions exist before usingRichard Levitte
2016-02-10Update unified build after store removalRich Salz
2016-02-10Configure et al: move the installation directory logic to MakefilesRichard Levitte
2016-02-10Remove store.Rich Salz
2016-02-09Don't run RC4 test with no-rc4Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-02fix code indentation issueFdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Fix two possible leaks.FdaSilvaYY
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte
2016-01-20Remove update tagsRich Salz
2016-01-19Remove the GOST engineMatt Caswell