summaryrefslogtreecommitdiffstats
path: root/providers/common/include/internal/provider_algs.h
AgeCommit message (Expand)Author
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Add rc5 ciphers to default providerShane Lontis
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-20Add aes_wrap cipher to providersShane Lontis
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-09Implement DSA in the default providerMatt Caswell
2019-09-06Add KDFs to providersPauli
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-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-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-06-04Move digests to providersShane Lontis
2019-04-19Implement AES CTR ciphers in the default providerMatt Caswell
2019-04-19Implement AES CFB ciphers in the default providerMatt Caswell
2019-04-19Implement AES OFB ciphers in the default providerMatt Caswell
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Add support in the default provider for 192/128 bit AES ECBMatt Caswell
2019-04-19Add the provider_algs.h internal header fileMatt Caswell