aboutsummaryrefslogtreecommitdiff
path: root/test/aesgcmtest.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21Remove FIPS condition on IV gen test.Pauli1-4/+0
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-2/+2
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz1-1/+1
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk1-1/+1
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-4/+4
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis1-0/+2
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis1-0/+15
2019-03-07FIPS AES_GCM IV gen changesShane Lontis1-0/+123