summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-06-04Update copyright yearMatt Caswell
2020-05-22Prevent use after free of global_engine_lockTomas Mraz
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-15Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-16Deprecate the low level RC4 functionsPauli
2019-11-21Engine: Add NULL check.Pauli
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte
2019-08-01Load the config file by defaultMatt Caswell
2019-07-22Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer
2019-07-16Regenerate mkerr filesRich Salz
2019-05-08Coverity CID 1444957: Error handling issuesPauli
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz