summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
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
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz
2018-12-06Following the license change, modify the boilerplates in crypto/engine/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte
2018-11-02crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-07engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov
2018-07-09Correctly check for cryptodev hash supportConrad Meyer
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-20Update copyright yearMatt Caswell
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte
2018-05-31ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer
2017-12-04Update eng_fat.cMerQGh