summaryrefslogtreecommitdiffstats
path: root/providers/common
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-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 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-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-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
2019-08-15Move SipHash to providersRichard Levitte
2019-08-15Move KMAC to providersRichard Levitte
2019-08-15Move HMAC to providersRichard Levitte
2019-08-15Move GMAC to providersRichard Levitte
2019-08-15Move CMAC to providersRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Add {get,set}table_params() functions for provider digestsRichard Levitte