aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-8/+0
2018-06-20Update copyright yearMatt Caswell2-2/+2
2018-06-19Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte1-1/+1
2018-05-31ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte1-1/+2
2018-05-29Update copyright yearMatt Caswell8-8/+8
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx8-8/+8
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl1-2/+4
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-1/+2
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger1-1/+2
2018-04-03Set error code on alloc failuresRich Salz3-5/+13
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-08Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan1-18/+5
2018-03-03Fix a possible memory leak in engine_table_registerBernd Edlinger1-0/+5
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer1-1/+1
2017-12-04Update eng_fat.cMerQGh1-0/+1
2017-11-29A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli1-1/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-3/+3
2017-11-07Various typoFdaSilvaYY1-2/+2
2017-10-18Remove parentheses of return.KaoruToda1-2/+2
2017-10-13Remove email addresses from source code.Rich Salz1-1/+1
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-1/+1
2017-08-30Move e_os.h to be the very first include.Pauli4-5/+4
2017-08-30e_os.h removal from other headers and source files.Pauli3-2/+5
2017-08-25Use strcpy instead of sprintf %sRich Salz1-18/+14
2017-08-22Use "" not <> for internal/ includesRich Salz3-4/+4
2017-07-05Undo commit d420ac2Rich Salz1-7/+3
2017-06-28Comment on the lack of documentation for asymmetric ciphersRichard Levitte1-1/+22
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte2-16/+69
2017-06-28Add new /dev/crypto engineRichard Levitte2-0/+609
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz4-24/+4
2017-06-19Remove bsd_cryptodev engineRich Salz3-2045/+2
2017-06-11improve comment: use "optimization" for clarityJosh Soref1-2/+2
2017-06-07make error tables const and separate header fileRich Salz1-90/+117
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte1-5/+0
2017-01-10Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte1-2/+10
2017-01-10Small fixes of cryptodev engineRichard Levitte1-1/+3
2017-01-10use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin1-2/+3
2017-01-10fix for BSD cryptodevIaroslav Gridin1-0/+14
2017-01-10Remove commented-out HMAC codeIaroslav Gridin1-5/+0
2017-01-10Style the codeIaroslav Gridin1-182/+169
2017-01-10Remove unused ret variableIaroslav Gridin1-3/+1
2017-01-10Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin1-8/+0
2017-01-10Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin1-3/+131
2017-01-10cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos1-11/+46
2017-01-10cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos1-55/+178
2016-11-17Fix name of "locked" variableKurt Roeckx2-3/+3