summaryrefslogtreecommitdiffstats
path: root/test/aesgcmtest.c
AgeCommit message (Expand)Author
2022-09-21Remove FIPS condition on IV gen test.Pauli
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
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-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-05-15Update copyright yearMatt Caswell
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis
2019-03-07FIPS AES_GCM IV gen changesShane Lontis