summaryrefslogtreecommitdiffstats
path: root/providers/common
AgeCommit message (Expand)Author
2019-10-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-01Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementationsRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-25Remove engine param from the settable listPauli
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli
2019-09-25Add rc4 cipher to default providerShane Lontis
2019-09-23Add des ciphers to default providerShane Lontis
2019-09-20Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte
2019-09-20Refactor SSKDF to create the MAC contexts earlyRichard Levitte
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte
2019-09-20Add aes_wrap cipher to providersShane Lontis
2019-09-20Move gcm decryption tag check higher up in the callstackShane Lontis
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-19Fix Solaris compile errors in provider ciphersShane Lontis
2019-09-19Add aes_ocb cipher to providersShane Lontis
2019-09-19Add sm4 ciphers to default providerShane Lontis
2019-09-18Fix strict-warnings buildPatrick Steuer
2019-09-18Fix aes ofb, cfb and cfb8 for s390xPatrick Steuer
2019-09-18Add SEED ciphers to default providerShane Lontis
2019-09-18Refactor TLS1-PRF to create the MAC contexts earlyRichard Levitte
2019-09-18Add cast5 ciphers to default providerShane Lontis
2019-09-18Add IDEA ciphers to default providerShane Lontis
2019-09-18Fix Coverity CID:1453685 'unreachable code' in aes_xts code.Shane Lontis
2019-09-17Fix Solaris aes_hw_t4 compile issueShane Lontis
2019-09-15Add blowfish ciphers to default providerShane Lontis
2019-09-15Fix aesni_xts compile errorShane Lontis
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
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