summaryrefslogtreecommitdiff
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* /dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte2018-10-051-4/+4
* Use secure_getenv(3) when available.Pauli2018-09-241-2/+1
* /dev/crypto engine: add missing RC4 parameterRichard Levitte2018-09-201-1/+1
* Update copyright yearMatt Caswell2018-09-112-2/+2
* engine/eng_lib.c: remove redundant #ifdef.Andy Polyakov2018-08-071-5/+1
* Correctly check for cryptodev hash supportConrad Meyer2018-07-091-5/+5
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Update copyright yearMatt Caswell2018-06-202-2/+2
* Convert our own check of OPENSSL_NO_DEPRECATEDRichard Levitte2018-06-191-1/+1
* ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte2018-05-311-1/+2
* Update copyright yearMatt Caswell2018-05-298-8/+8
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-118-8/+8
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-2/+4
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-1/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-041-1/+2
* Set error code on alloc failuresRich Salz2018-04-033-5/+13
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix issues in ia32 RDRAND asm leading to reduced entropyBryan Donlan2018-03-081-18/+5
* Fix a possible memory leak in engine_table_registerBernd Edlinger2018-03-031-0/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer2018-01-081-1/+1
* Update eng_fat.cMerQGh2017-12-041-0/+1
* A missing semicolon prevents compilation with ENGINE_REF_COUNT_DEBUG enabled.Pauli2017-11-291-1/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-3/+3
* Various typoFdaSilvaYY2017-11-071-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-304-5/+4
* e_os.h removal from other headers and source files.Pauli2017-08-303-2/+5
* Use strcpy instead of sprintf %sRich Salz2017-08-251-18/+14
* Use "" not <> for internal/ includesRich Salz2017-08-223-4/+4
* Undo commit d420ac2Rich Salz2017-07-051-7/+3
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-282-16/+69
* Add new /dev/crypto engineRichard Levitte2017-06-282-0/+609
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-204-24/+4
* Remove bsd_cryptodev engineRich Salz2017-06-193-2045/+2
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-90/+117
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte2017-01-101-2/+10
* Small fixes of cryptodev engineRichard Levitte2017-01-101-1/+3
* use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin2017-01-101-2/+3
* fix for BSD cryptodevIaroslav Gridin2017-01-101-0/+14
* Remove commented-out HMAC codeIaroslav Gridin2017-01-101-5/+0
* Style the codeIaroslav Gridin2017-01-101-182/+169