summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_cts.inc
AgeCommit message (Expand)Author
2021-08-18Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis
2021-03-12support params argument to AES cipher init callsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-10-01prov: prefix aes-cbc-cts functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis