summaryrefslogtreecommitdiff
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in engine_cleanup_add_first()Kovalev Vasiliy2023-05-091-2/+3
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-056-23/+22
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* Update copyright yearMatt Caswell2022-05-034-4/+4
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+2
* 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
* Move e_os.h to include/internalRichard Levitte2022-02-053-3/+3
* Avoid loading of a dynamic engine twiceBernd Edlinger2021-11-234-1/+101
* Update copyright yearMatt Caswell2021-06-1711-11/+11
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-9/+9
* Rework and make DEBUG macros consistent.Rich Salz2021-05-285-18/+18
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Remove engine_table_select_intRich Salz2021-05-2511-15/+22
* Update copyright yearMatt Caswell2021-04-088-8/+8
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-147-35/+59
* Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz2021-03-121-2/+0
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-203-8/+0
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-6/+12
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-133-11/+9
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1314-109/+85
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-063-3/+22
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-222-4/+4
* Update copyright yearRichard Levitte2020-07-1614-14/+14
* deprecate engines in libcryptoPauli2020-07-1618-0/+54
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-14/+13
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-0/+0
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Prevent use after free of global_engine_lockTomas Mraz2020-05-221-0/+1
* Update copyright yearMatt Caswell2020-05-152-2/+2
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-242-0/+4
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis2020-04-151-0/+2
* Deprecate the low level SHA functions.Pauli2020-01-191-2/+2
* Deprecate the low level RC4 functionsPauli2020-01-161-0/+6
* Engine: Add NULL check.Pauli2019-11-211-1/+2
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-2/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-094-5/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2821-22/+22
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-284-4/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-2/+1
* crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte2019-08-151-2/+4
* Load the config file by defaultMatt Caswell2019-08-011-0/+3
* Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer2019-07-221-3/+0