aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb1-0/+0
2020-06-04Update copyright yearMatt Caswell1-1/+1
2020-05-22Prevent use after free of global_engine_lockTomas Mraz1-0/+1
2020-05-15Update copyright yearMatt Caswell2-2/+2
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz2-0/+4
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-04-15Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis1-0/+2
2020-01-19Deprecate the low level SHA functions.Pauli1-2/+2
2020-01-16Deprecate the low level RC4 functionsPauli1-0/+6
2019-11-21Engine: Add NULL check.Pauli1-1/+2
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-2/+3
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz4-5/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-09-28Reorganize local header filesDr. Matthias St. Pierre21-22/+22
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre4-4/+4
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger1-2/+1
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte1-2/+4
2019-08-01Load the config file by defaultMatt Caswell1-0/+3
2019-07-22Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer1-3/+0
2019-07-16Regenerate mkerr filesRich Salz1-68/+2
2019-05-08Coverity CID 1444957: Error handling issuesPauli1-3/+6
2019-04-05Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte1-3/+3
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte1-20/+13
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2-46/+29
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte1-13/+6
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2-1239/+0
2019-02-05Remove unnecessary trailing whitespaceSam Roberts2-2/+2
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim1-1/+6
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz1-24/+127
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz1-41/+353
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz1-5/+12
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz1-8/+26
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz1-23/+102
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz1-0/+18
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz1-4/+9
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz1-8/+4
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz1-0/+5
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz1-5/+5
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte24-24/+24
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+2
2018-11-02crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte1-2/+10
2018-11-02crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte1-48/+18
2018-11-02crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte1-4/+4
2018-11-02crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte1-7/+39
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte1-4/+4
2018-09-24Use secure_getenv(3) when available.Pauli1-2/+1
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte1-1/+1
2018-09-11Update copyright yearMatt Caswell2-2/+2
2018-08-07engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov1-5/+1