summaryrefslogtreecommitdiffstats
path: root/providers/common/include
AgeCommit message (Expand)Author
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 private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
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 TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte
2019-09-20Add aes_wrap cipher to providersShane Lontis
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-19Add aes_ocb cipher to providersShane Lontis
2019-09-19Add sm4 ciphers to default providerShane Lontis
2019-09-18Add SEED ciphers to default providerShane Lontis
2019-09-18Add cast5 ciphers to default providerShane Lontis
2019-09-18Add IDEA ciphers to default providerShane Lontis
2019-09-15Add blowfish ciphers to default providerShane Lontis
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-07Unify the digest getting code inside providers.Pauli
2019-09-06KDF error codes reworkedPauli
2019-09-06Add KDFs to providersPauli
2019-09-05Change provider params from int to size_tShane Lontis
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
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-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard 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
2019-08-12Rework the provider digest constructor to provide implementation get_paramsRichard Levitte
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-16Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell
2019-07-16Regenerate mkerr filesRich Salz
2019-06-28Add a nid 2 algorithm name mapping capabilityMatt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Replumbing: Adapt the FIPS module to use the library context upcallRichard Levitte
2019-06-04Move digests to providersShane Lontis
2019-04-19Create provider errors and use themMatt Caswell
2019-04-19Implement AES CTR ciphers in the default providerMatt Caswell
2019-04-19Implement AES CFB ciphers in the default providerMatt Caswell