summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_cts.inc
Commit message (Expand)AuthorAgeFilesLines
* Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis2021-08-181-43/+7
* support params argument to AES cipher init callsPauli2021-03-121-2/+22
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-3/+5
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-10/+10
* prov: prefix aes-cbc-cts functions with ossl_Pauli2020-10-011-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-4/+4
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+108