summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
AgeCommit message (Expand)Author
2023-09-12Add dupctx support to rc4_hmac_md5 algoNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-03-12support params argument to AES cipher init callsPauli
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12ciphers: add FIPS error state handlingPauli
2020-08-20Fix stitched ciphersuites in TLS1.0Matt Caswell
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-20Set cipher IV as octet string and pointer from providersBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-02-05Fix no-multiblockMatt Caswell
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-06Add missing inclusion of "internal/deprecated.h"Richard Levitte
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis