summaryrefslogtreecommitdiffstats
path: root/crypto/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not complain when /dev/crypto does not exist.Jung-uk Kim2018-12-231-1/+6
* eng_devcrypto: add command to dump driver infoEneas U de Queiroz2018-12-101-24/+127
* eng_devcrypto: add configuration optionsEneas U de Queiroz2018-12-101-41/+353
* eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz2018-12-101-5/+12
* eng_devcrypto: make sure digest can do copyEneas U de Queiroz2018-12-101-8/+26
* eng_devcrypto: fix ctr modeEneas U de Queiroz2018-12-101-23/+102
* eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz2018-12-101-0/+18
* eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz2018-12-101-4/+9
* eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz2018-12-101-8/+4
* eng_devcrypto: expand digest failure casesEneas U de Queiroz2018-12-101-0/+5
* eng_devcrypto: don't leak methods tablesEneas U de Queiroz2018-12-101-5/+5
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-0624-24/+24
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+2
* crypto/engine/eng_devcrypto.c: ensure we don't leak resourcesRichard Levitte2018-11-021-2/+10
* crypto/engine/eng_devcrypto.c: open /dev/crypto only onceRichard Levitte2018-11-021-48/+18
* crypto/engine/eng_devcrypto.c: new compilers are strict on prototypesRichard Levitte2018-11-021-4/+4
* crypto/engine/eng_devcrypto.c: add digest copyRichard Levitte2018-11-021-7/+39
* /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-281-1/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-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-09-011-1/+1
* Move e_os.h to be the very first include.Pauli2017-08-294-5/+4
* e_os.h removal from other headers and source files.Pauli2017-08-293-2/+5