summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_ocb.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* support params argument to AES cipher init callsPauli2021-03-121-7/+14
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-2/+4
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-181-2/+3
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-2/+2
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+2
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-7/+7
* 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/+1
* ciphers: add FIPS error state handlingPauli2020-09-121-29/+47
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-0/+13
* gettables: provider changes to pass the provider context.Pauli2020-08-071-3/+4
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-051-0/+2
* 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
* Allow oversized buffers for provider cipher IV fetchBenjamin Kaduk2020-06-201-1/+1
* Set cipher IV as octet string and pointer from providersBenjamin Kaduk2020-06-201-1/+2
* coverity: 1462544 Dereference after null checkPauli2020-04-301-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Improve small block cipher performanceKurt Roeckx2020-03-081-2/+7
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+7
* Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte2019-12-111-1/+1
* Make sure we handle input NULL with length 0Matt Caswell2019-11-291-0/+5
* Fix Use after free when copying cipher ctxShane Lontis2019-11-181-2/+2
* 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/+495