summaryrefslogtreecommitdiffstats
path: root/providers/default
AgeCommit message (Expand)Author
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-11Register KDF's using their name macros rather than stringsPauli
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-07Use common digest getter for X942 KDFPauli
2019-09-07Use common digest getter for SSH KDFPauli
2019-09-06Fix memleaks in KDF implementationsRichard Levitte
2019-09-06Add KDFs to providersPauli
2019-08-29Fix no-poly1305, no-siphash and no-blake2Matt Caswell
2019-08-29Fix no-desMatt Caswell
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
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-15Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}Richard 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-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add {get,set}table_params() functions for provider digestsRichard Levitte
2019-08-12Adapt the provider digests for more use of OSSL_PARAMRichard Levitte
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-19Fix no-dhMatt Caswell
2019-07-16Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-17Replumbing: Adapt the default and legacy providers to use library context upcallRichard Levitte
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-06rename the digest provider files to avoid any name clashes with other foldersShane Lontis
2019-06-04Move digests to providersShane Lontis
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
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