CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/30 10:17:22
Modified files:
regress/lib/libcrypto/aead: aeadtest.c
Log message:
Run AEAD tests against EVP_CIPHER implementations.
In addition to running AEAD tests against the EVP_AEAD implementation, also
run them against the EVP_CIPHER implementation where applicable.
This is a perfect example of why EVP_AEAD exists and why EVP_CIPHER is
completely unsuited for use with AEADs...
