summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli2019-09-251-3/+3
* Add rc4 cipher to default providerShane Lontis2019-09-256-0/+160
* Add des ciphers to default providerShane Lontis2019-09-236-4/+388
* Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte2019-09-202-24/+0
* Refactor SSKDF to create the MAC contexts earlyRichard Levitte2019-09-201-53/+32
* Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte2019-09-203-50/+124
* Add aes_wrap cipher to providersShane Lontis2019-09-205-2/+283
* Move gcm decryption tag check higher up in the callstackShane Lontis2019-09-202-3/+4
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-193-10/+31
* Fix Solaris compile errors in provider ciphersShane Lontis2019-09-192-3/+3
* Add aes_ocb cipher to providersShane Lontis2019-09-198-4/+665
* Add sm4 ciphers to default providerShane Lontis2019-09-196-0/+138
* Fix strict-warnings buildPatrick Steuer2019-09-181-4/+1
* Fix aes ofb, cfb and cfb8 for s390xPatrick Steuer2019-09-181-3/+3
* Add SEED ciphers to default providerShane Lontis2019-09-186-0/+126
* Refactor TLS1-PRF to create the MAC contexts earlyRichard Levitte2019-09-181-58/+80
* Add cast5 ciphers to default providerShane Lontis2019-09-186-0/+123
* Add IDEA ciphers to default providerShane Lontis2019-09-186-0/+143
* Fix Coverity CID:1453685 'unreachable code' in aes_xts code.Shane Lontis2019-09-181-2/+0
* Fix Solaris aes_hw_t4 compile issueShane Lontis2019-09-171-7/+8
* 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