summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_dyn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz2022-03-181-11/+22
* Check for presence of 1.1.x openssl runtimeBernd Edlinger2022-02-081-1/+10
* Avoid loading of a dynamic engine twiceBernd Edlinger2021-11-231-1/+3
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-6/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-18/+16
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+3
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+6
* Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY2016-05-231-4/+7
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Move dso.h to internalRich Salz2016-03-231-1/+1
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-4/+4
* 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
* Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte2016-02-191-0/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-091-1/+2
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix two possible leaks.FdaSilvaYY2016-01-241-0/+2
* mem functions cleanupRich Salz2016-01-071-2/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-4/+6
* remove 0 assignments.Rich Salz2015-09-031-10/+3
* Add and use OPENSSL_zallocRich Salz2015-09-031-2/+1
* Rewrite crypto/ex_dataRich Salz2015-07-201-1/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-061-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-12/+7
* ERR_ cleanupRich Salz2015-04-281-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-447/+470
* Build fixesEmilia Kasper2014-12-171-3/+0
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-6/+6
* More type-checking.Ben Laurie2008-06-041-7/+7
* Fix more error codes.Bodo Möller2005-05-111-2/+2
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-4/+0
* The definition of dynamic_ctrl() should change along with theRichard Levitte2003-06-261-1/+1