summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2019-09-12Fix no-engineMatt Caswell
2019-09-12Fix no-dsaMatt Caswell
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-11Register KDF's using their name macros rather than stringsPauli
2019-09-11Make FIPS provider use KDF name for PBKDF2Pauli
2019-09-11Coverity 1453634: Resource leaks (RESOURCE_LEAK)Pauli
2019-09-11Coverity 1453633: Error handling issues (CHECKED_RETURN)Pauli
2019-09-11Coverity 1453630: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-07Use common digest getter for X942 KDFPauli
2019-09-07Use common digest getter for SSH KDFPauli
2019-09-07Use common digest getter for TLS1 PRFPauli
2019-09-07Use common digest getter for single step KDFPauli
2019-09-07Use common digest getter for PBKDF2Pauli
2019-09-07Use common digest getter for HKDFPauli
2019-09-07KMAC using common digest get codePauli
2019-09-07HMAC using common digest get codePauli
2019-09-07GMAC using common cipher get codePauli
2019-09-07CMAC using common cipher get codePauli
2019-09-07Unify the digest getting code inside providers.Pauli
2019-09-06PBKDF2 implementation: refactor to avoid memleakRichard Levitte
2019-09-06Fix memleaks in KDF implementationsRichard Levitte
2019-09-06KDF error codes reworkedPauli
2019-09-06Add KDFs to providersPauli
2019-09-06Move KDFs to the provider.Pauli
2019-09-05Change provider params from int to size_tShane Lontis
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-01Fix platform specific issues with provider ciphersShane Lontis
2019-08-29Fix no-engineMatt Caswell
2019-08-29Fix no-cmacMatt Caswell
2019-08-29Fix no-poly1305, no-siphash and no-blake2Matt Caswell
2019-08-29Fix no-desMatt Caswell
2019-08-27Coverty fixes for MACsRichard Levitte
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-25Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).Shane Lontis
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-20cleanup provider digestsShane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-19cipher cleanups.Shane Lontis
2019-08-19Add fips provider code for handling self test dataShane Lontis
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}Richard Levitte
2019-08-15Adjust some provider reason codesRichard Levitte
2019-08-15Move Poly1305 to providersRichard Levitte