summaryrefslogtreecommitdiff
path: root/test/aesgcmtest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove FIPS condition on IV gen test.Pauli2022-09-211-4/+0
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-1/+1
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-1/+1
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-111-0/+2
* GCM cipher in provider now fails if passed bad keylengthShane Lontis2019-08-071-0/+15
* FIPS AES_GCM IV gen changesShane Lontis2019-03-071-0/+123