summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in enginetb2024-03-271-1/+20
* Simplify engine.htb2024-03-021-45/+1
* Rename an ENGINE from e to engine for consistencytb2023-11-191-2/+2
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-5/+1
* Unifdef OPENSSL_NO_ENGINE in engine.htb2023-11-191-566/+8
* Move the ENGINE_new() prototype a line downtb2023-08-041-2/+2
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-2824-4812/+0
* Excise ECDH_METHODtb2023-07-286-174/+5
* Remove ECDSA_METHODtb2023-07-286-160/+5
* Provide a bunch of always failing ENGINE APItb2023-07-212-5/+164
* Remove some ancient cruft that hasn't been used in agestb2023-07-203-1692/+0
* Remove unnecessary inclusion of dso.htb2023-07-203-6/+3
* eng_aesni.c: add evp_local.h so it compiles again.tb2023-07-201-1/+3
* Move x509.h inclusion into alphabetical ordertb2023-04-181-3/+2
* Bring includes into canonical ordertb2023-04-181-8/+8
* Move some includes out of OPENSSL_NO_DEPRECATEDtb2023-04-181-3/+1
* spelling fixes; from paul tagliamontejmc2022-12-266-14/+14
* Make internal header file names consistenttb2022-11-262-4/+4
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+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
* $OpenBSD$tb2019-01-191-0/+1
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-195-4/+152
* Add automatic threading initialization for libcrypto.bcook2018-11-111-6/+1
* In ENGINE_up_ref(), check return value of CRYPTO_add() and reporttb2018-08-241-3/+5
* Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andtb2018-04-145-27/+25
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-5/+3
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-172-6/+19
* Send the function codes from the error functions to the bit bucket,beck2017-01-2914-171/+80
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-7/+3
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-11/+5
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-2/+2
* Remove SHA0 check, as we did in v1.21 of sha.h.bcook2015-12-071-2/+2
* Kill coverity 128475beck2015-08-281-2/+2
* Remove OpenSSL engine RSAX.doug2015-07-193-701/+2
* 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-193-513/+7
* Remove all getenv() calls, especially those wrapped by issetugid().deraadt2015-04-111-7/+2
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-1114-14/+38
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-6/+1
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-4/+7
* Delete a lot of #if 0 code in libressl.doug2015-02-074-45/+9
* Nuke yet more obvious #include duplications.krw2014-11-191-3/+1
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-2/+3
* None of these need to include <openssl/rand.h>jsing2014-10-182-4/+2
* Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook2014-08-111-3/+4
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-4/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-115-18/+16