summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-16Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2020-12-03remove unused assignmentsPauli
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-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-02-08Don't compile AESNI code if we're not AESNI capableMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-06Add missing inclusion of "internal/deprecated.h"Richard Levitte
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis