Update copyright year
[openssl.git] / providers / implementations / ciphers / cipher_aes_cbc_hmac_sha.c
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-20 Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-04-23 Matt CaswellUpdate copyright year
2020-02-05 Matt CaswellFix no-multiblock
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-06 Richard LevitteAdd missing inclusion of "internal/deprecated.h"
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.