summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
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
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