Provide additional AEAD test cases.
authorjsing <jsing@openbsd.org>
Sat, 30 Jul 2022 16:40:23 +0000 (16:40 +0000)
committerjsing <jsing@openbsd.org>
Sat, 30 Jul 2022 16:40:23 +0000 (16:40 +0000)
commit936cca01c3548c9a0564931a5643da19d52eec6c
treeaf9f066cda10e9528e64d03b81cf77046cc9fec8
parent2dec3b2c88ebb145e7ecdde73977a35cc4126c39
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@
regress/lib/libcrypto/aead/Makefile
regress/lib/libcrypto/aead/aes_128_gcm_tests.txt [new file with mode: 0644]
regress/lib/libcrypto/aead/aes_192_gcm_tests.txt [new file with mode: 0644]
regress/lib/libcrypto/aead/aes_256_gcm_tests.txt [new file with mode: 0644]
regress/lib/libcrypto/aead/chacha20_poly1305_tests.txt [new file with mode: 0644]
regress/lib/libcrypto/aead/xchacha20_poly1305_tests.txt [new file with mode: 0644]