CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/07/30 10:40:23
Modified files: regress/lib/libcrypto/aead: Makefile Added files: regress/lib/libcrypto/aead: aes_128_gcm_tests.txt aes_192_gcm_tests.txt aes_256_gcm_tests.txt chacha20_poly1305_tests.txt xchacha20_poly1305_tests.txt Log message: Provide additional AEAD test cases. Bring in additional AEAD test cases from BoringSSL. This provides additional coverage for AES-{128,192,256}-GCM, as well as Chacha20-Poly1305 and XChaCha20-Poly1305. Discussed with tb@