summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-1/+4
* In ENGINE_up_ref(), check return value of CRYPTO_add() and reporttb2018-08-241-3/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-31/+17
* abort when ENGINE_remove fails, fix Coverity 21656bcook2015-07-191-5/+2
* Return the failing engine ID in the error stack.bcook2015-06-191-2/+4
* Disable ENGINE_load_dynamic (dynamic engine support).bcook2015-06-191-26/+4
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-111-7/+2
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+3
* Delete a lot of #if 0 code in libressl.doug2015-02-071-10/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-1/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+4
* correct issetugid sense as spotted by Stijn van Drongelen.deraadt2014-06-291-3/+7
* Since this is a library, place issetugid() before every getenv()deraadt2014-06-231-2/+3
* KNF.jsing2014-06-221-159/+148
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* kill some more VMS ifdefsgiovanni2014-05-081-4/+0
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-2/+2
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+1
* resolve conflicts, fix local changesdjm2010-10-011-0/+2
* resolve conflictsdjm2008-09-061-3/+40
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-11/+22
* remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)markus2002-09-031-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+383