summaryrefslogtreecommitdiff
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the low level SHA functions.Pauli2020-01-191-2/+2
* Deprecate the low level RC4 functionsPauli2020-01-161-0/+6
* Engine: Add NULL check.Pauli2019-11-211-1/+2
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-2/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-094-5/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2821-22/+22
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-284-4/+4
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-2/+1
* crypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC4_P_INIT conditionallyRichard Levitte2019-08-151-2/+4
* Load the config file by defaultMatt Caswell2019-08-011-0/+3
* Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer2019-07-221-3/+0
* Regenerate mkerr filesRich Salz2019-07-161-68/+2
* Coverity CID 1444957: Error handling issuesPauli2019-05-081-3/+6
* Convert the ENGINE_CONF trace calls to use CONF insteadRichard Levitte2019-04-051-3/+3
* Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-20/+13
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-062-46/+29
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-061-13/+6
* e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2019-02-122-1239/+0
* Remove unnecessary trailing whitespaceSam Roberts2019-02-052-2/+2
* 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