summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_dyn.c
AgeCommit message (Expand)Author
2022-03-18eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz
2022-03-15Update copyright yearMatt Caswell
2022-02-08Check for presence of 1.1.x openssl runtimeBernd Edlinger
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-04-08Update copyright yearMatt Caswell
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-07-16deprecate engines in libcryptoPauli
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-03-23Move dso.h to internalRich Salz
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-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Fix two possible leaks.FdaSilvaYY
2016-01-07mem functions cleanupRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-07-20Rewrite crypto/ex_dataRich 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-28ERR_ cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-17Build fixesEmilia Kasper
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte