summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
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
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25Use strcpy instead of sprintf %sRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-07-05Undo commit d420ac2Rich Salz
2017-06-28Comment on the lack of documentation for asymmetric ciphersRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-19Remove bsd_cryptodev engineRich Salz
2017-06-11improve comment: use "optimization" for clarityJosh Soref
2017-06-07make error tables const and separate header fileRich Salz
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-01-10Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte
2017-01-10Small fixes of cryptodev engineRichard Levitte
2017-01-10use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin
2017-01-10fix for BSD cryptodevIaroslav Gridin
2017-01-10Remove commented-out HMAC codeIaroslav Gridin
2017-01-10Style the codeIaroslav Gridin
2017-01-10Remove unused ret variableIaroslav Gridin
2017-01-10Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin
2017-01-10Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin
2017-01-10cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos
2017-01-10cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos
2016-11-17Fix name of "locked" variableKurt Roeckx
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-10-22Fix support for DragonFly BSDjrmarino
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Fix various no-*s.Ben Laurie
2016-07-25explicit initFdaSilvaYY
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-19make updateRichard Levitte
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte