summaryrefslogtreecommitdiff
path: root/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-2/+2
* Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz2021-06-041-2/+2
* support params argument to AES cipher init callsPauli2021-03-121-2/+23
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-261-2/+4
* 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-5/+2
* 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-3/+4
* Fix RC4-MD5 based ciphersuitesMatt Caswell2020-11-251-2/+2
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-13/+13
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-6/+6
* ciphers: add FIPS error state handlingPauli2020-09-121-2/+11
* Fix stitched ciphersuites in TLS1.0Matt Caswell2020-08-201-0/+22
* 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/+7
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Ensure any allocated MAC is freed in the provider codeMatt Caswell2020-07-061-2/+6
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-9/+9
* Set cipher IV as octet string and pointer from providersBenjamin Kaduk2020-06-201-1/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix no-multiblockMatt Caswell2020-02-051-10/+13
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-2/+2
* Add missing inclusion of "internal/deprecated.h"Richard Levitte2020-01-061-1/+7
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-0/+345