summaryrefslogtreecommitdiffstats
path: root/providers/default
AgeCommit message (Expand)Author
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
2019-04-19Add the provider_algs.h internal header fileMatt Caswell
2019-04-19Implement support for AES-256-ECB in the default providerMatt Caswell
2019-03-21Implement SHA256 in the default providerMatt Caswell
2019-03-21Add a skeleton default providerMatt Caswell