summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-11-23Avoid loading of a dynamic engine twiceBernd Edlinger
2021-03-25Update copyright yearMatt Caswell
2021-02-18Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin
2021-02-18Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2020-09-22Update copyright yearMatt Caswell
2020-05-22Prevent use after free of global_engine_lockTomas Mraz
2020-03-17Update copyright yearMatt Caswell
2020-03-05This works around a gcc-9 crashBernd Edlinger
2019-11-21Engine: Add NULL check.Pauli
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-08-15crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza
2019-02-26Update copyright yearMatt Caswell
2019-02-26e_devcrypto: set digest input_blocksizeEneas U de Queiroz
2019-02-26eng_devcrypto: close open session on initEneas 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: 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-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