summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
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
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
2017-11-29A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-07Various typoFdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-08-31Add CRYPTO_thread_glock_newRich Salz