summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_openssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-281-400/+0
* Excise ECDH_METHODtb2023-07-281-4/+1
* Remove ECDSA_METHODtb2023-07-281-4/+1
* Remove unnecessary inclusion of dso.htb2023-07-201-2/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* Use C99 initializers for test_sha_mdtb2022-01-091-13/+12
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+3
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-141-3/+3
* Remove SHA0 check, as we did in v1.21 of sha.h.bcook2015-12-071-2/+2
* Kill coverity 128475beck2015-08-281-2/+2
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-8/+8
* 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-2/+3
* KNF.jsing2014-06-221-105/+123
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* resolve conflictsdjm2008-09-061-1/+24
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+16
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+347