summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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-05RC4 is not a block cipherMatt Caswell
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-03Adapt existing providers to posibly have name listsRichard Levitte
2019-10-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-03Fix Coverity issuesShane 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 public header files (part 1)Dr. 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-26When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte
2019-09-26Missing else in cipher_hw_aes_ocb_generic_initkeyFangming.Fang
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-15Add fips module integrity checkShane 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-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