summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add blowfish ciphers to default providerShane Lontis2019-09-1512-16/+221
* Add fips module integrity checkShane Lontis2019-09-154-5/+166
* Fix aesni_xts compile errorShane Lontis2019-09-151-1/+1
* Add aes_xts cipher to providersShane Lontis2019-09-149-1/+487
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Fix no-engineMatt Caswell2019-09-121-1/+2
* Fix no-dsaMatt Caswell2019-09-121-1/+5
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-114-3/+25
* Register KDF's using their name macros rather than stringsPauli2019-09-112-12/+12
* Make FIPS provider use KDF name for PBKDF2Pauli2019-09-111-1/+1
* Coverity 1453634: Resource leaks (RESOURCE_LEAK)Pauli2019-09-111-1/+3
* Coverity 1453633: Error handling issues (CHECKED_RETURN)Pauli2019-09-111-1/+3
* Coverity 1453630: Null pointer dereferences (FORWARD_NULL)Pauli2019-09-111-1/+2
* Revise EVP_PKEY param handlingMatt Caswell2019-09-092-8/+82
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-091-4/+19
* Implement DSA in the default providerMatt Caswell2019-09-098-4/+251
* Use common digest getter for X942 KDFPauli2019-09-071-28/+12
* Use common digest getter for SSH KDFPauli2019-09-071-26/+9
* Use common digest getter for TLS1 PRFPauli2019-09-071-39/+29
* Use common digest getter for single step KDFPauli2019-09-071-32/+18
* Use common digest getter for PBKDF2Pauli2019-09-071-27/+14
* Use common digest getter for HKDFPauli2019-09-071-30/+14
* KMAC using common digest get codePauli2019-09-071-45/+35
* HMAC using common digest get codePauli2019-09-071-82/+16
* GMAC using common cipher get codePauli2019-09-071-76/+16
* CMAC using common cipher get codePauli2019-09-071-82/+15
* Unify the digest getting code inside providers.Pauli2019-09-074-2/+234
* PBKDF2 implementation: refactor to avoid memleakRichard Levitte2019-09-061-5/+10
* Fix memleaks in KDF implementationsRichard Levitte2019-09-067-11/+9
* KDF error codes reworkedPauli2019-09-062-0/+62
* Add KDFs to providersPauli2019-09-0615-1232/+1406
* Move KDFs to the provider.Pauli2019-09-068-0/+2917
* Change provider params from int to size_tShane Lontis2019-09-0513-101/+107
* New function EVP_CIPHER_free()Richard Levitte2019-09-042-4/+4
* New function EVP_MD_free()Richard Levitte2019-09-043-5/+5
* Fix platform specific issues with provider ciphersShane Lontis2019-09-011-8/+15
* Fix no-engineMatt Caswell2019-08-293-3/+6
* Fix no-cmacMatt Caswell2019-08-293-14/+15
* Fix no-poly1305, no-siphash and no-blake2Matt Caswell2019-08-296-85/+72
* Fix no-desMatt Caswell2019-08-292-0/+4
* Coverty fixes for MACsRichard Levitte2019-08-271-1/+2
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-2654-470/+1382
* Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).Shane Lontis2019-08-251-1/+2
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-247-64/+22
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-2243-1764/+2462
* cleanup provider digestsShane Lontis2019-08-2020-377/+307
* Add aes_ccm to providerShane Lontis2019-08-2014-88/+1213
* Use macros internally for algorithm namesRichard Levitte2019-08-191-2/+2
* cipher cleanups.Shane Lontis2019-08-197-202/+287
* Add fips provider code for handling self test dataShane Lontis2019-08-192-0/+74