summaryrefslogtreecommitdiff
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate mkerr filesRich Salz2019-07-161-68/+2
* Coverity CID 1444957: Error handling issuesPauli2019-05-081-3/+6
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-051-3/+3
* Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-20/+13
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-062-46/+29
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-061-13/+6
* e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2019-02-122-1239/+0
* Remove unnecessary trailing whitespaceSam Roberts2019-02-052-2/+2
* Do not complain when /dev/crypto does not exist.Jung-uk Kim2018-12-231-1/+6
* eng_devcrypto: add command to dump driver infoEneas U de Queiroz2018-12-101-24/+127
* eng_devcrypto: add configuration optionsEneas U de Queiroz2018-12-101-41/+353
* eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz2018-12-101-5/+12
* eng_devcrypto: make sure digest can do copyEneas U de Queiroz2018-12-101-8/+26
* eng_devcrypto: fix ctr modeEneas U de Queiroz2018-12-101-23/+102
* eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz2018-12-101-0/+18