summaryrefslogtreecommitdiffstats
path: root/providers/common/ciphers/aes.c
AgeCommit message (Expand)Author
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-19cipher cleanups.Shane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Adjust some provider reason codesRichard Levitte
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-11Adapt the provider AES for more use of OSSL_PARAMRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-30Replumbing: make the oneshot proider cipher function like the othersRichard Levitte
2019-04-19Create provider errors and use themMatt Caswell
2019-04-19Fix the S390X support for the basic AES ciphersMatt Caswell
2019-04-19Add forward declarations of the AES dispatch table functionsMatt Caswell
2019-04-19Add a maximum output length to update and final callsMatt Caswell
2019-04-19Add iv length and key length params to the cipher init callsMatt Caswell
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