summaryrefslogtreecommitdiffstats
path: root/providers/common
AgeCommit message (Expand)Author
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-11Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providersRichard Levitte
2019-10-11Providers: fix OSSL_FUNC_CIPHER_CIPHER functionsRichard Levitte
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move all ciphersRichard Levitte
2019-10-10Providers: move all digestsRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-08Move cipher ctx 'original iv' parameter into the providerShane Lontis
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