summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_xts.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Add ossl_provider symbolsShane Lontis2021-03-181-1/+1
* support params argument to AES cipher init callsPauli2021-03-121-7/+14
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-1/+2
* 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-10/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-8/+9
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+2
* ciphers: add FIPS error state handlingPauli2020-09-121-1/+11
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-1/+1
* gettables: provider changes to pass the provider context.Pauli2020-08-071-1/+1
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-0/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-11/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+7
* Fix some typosVeres Lajos2019-12-111-1/+1
* Fix Use after free when copying cipher ctxShane Lontis2019-11-181-1/+1
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Providers: move all ciphersRichard Levitte2019-10-101-0/+275