aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1723-1138/+138
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+4
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Free methods on destroy.Ben Laurie2016-04-181-4/+10
* Free engine on error.Ben Laurie2016-04-181-0/+6
* Opacity.Ben Laurie2016-04-181-69/+65
* Rename int_*() functions to *_int()Matt Caswell2016-04-137-11/+11
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-137-11/+11
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-133-7/+7
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Various DSA opacity fixupsMatt Caswell2016-04-031-1/+1
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-45/+60
* Move dso.h to internalRich Salz2016-03-232-2/+1
* Fix no-dsaMatt Caswell2016-03-211-0/+6
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-202-12/+4
* Deal with DSA_SIG opaqueness.Ben Laurie2016-03-161-16/+12
* 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