summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine
AgeCommit message (Expand)Author
2024-03-27Hide symbols in engineTheo Buehler
2024-03-02Simplify engine.hTheo Buehler
2023-11-19Rename an ENGINE from e to engine for consistencyTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in engine.hTheo Buehler
2023-08-04Move the ENGINE_new() prototype a line downTheo Buehler
2023-07-28Set OPENSSL_NO_ENGINE, remove engine codeTheo Buehler
2023-07-28Excise ECDH_METHODTheo Buehler
2023-07-28Remove ECDSA_METHODTheo Buehler
2023-07-21Provide a bunch of always failing ENGINE APITheo Buehler
2023-07-20Remove some ancient cruft that hasn't been used in agesTheo Buehler
2023-07-20Remove unnecessary inclusion of dso.hTheo Buehler
2023-07-20eng_aesni.c: add evp_local.h so it compiles again.Theo Buehler
2023-04-18Move x509.h inclusion into alphabetical orderTheo Buehler
2023-04-18Bring includes into canonical orderTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-01-09Use C99 initializers for test_sha_mdTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2019-01-19$OpenBSD$Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-08-24In ENGINE_up_ref(), check return value of CRYPTO_add() and reportTheo Buehler
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] byMiod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
2015-08-28Kill coverity 128475Bob Beck
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19abort when ENGINE_remove fails, fix Coverity 21656Brent Cook
2015-06-19Return the failing engine ID in the error stack.Brent Cook
2015-06-19Disable ENGINE_load_dynamic (dynamic engine support).Brent Cook
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-08-11Guard RSA / RC4-5 ASM when NO_ASM is not definedBrent Cook
2014-07-13The bell tolls for BUF_strdup - Start the migration to usingBob Beck
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing