boringssl/crypto/cipher/test
Adam Langley 8de7aef05e Add a GCM test with non-standard nonce length.
AES-GCM should have a 12-byte nonce. However, non-standard nonce sizes
are defined by NIST and, although they are a bad idea, people have used
them because they've confused an IV with an nonce and passed in a
16-byte nonce.

This change adds a test for this.

Change-Id: If1efa1aaa19f0119ad4cab9a02a6417c040f45b2
2015-06-18 17:35:59 -07:00
..
aes_128_cbc_sha1_ssl3_tests.txt
aes_128_cbc_sha1_tls_implicit_iv_tests.txt
aes_128_cbc_sha1_tls_tests.txt
aes_128_cbc_sha256_tls_tests.txt
aes_128_ctr_hmac_sha256.txt
aes_128_gcm_tests.txt Add a GCM test with non-standard nonce length. 2015-06-18 17:35:59 -07:00
aes_128_key_wrap_tests.txt
aes_256_cbc_sha1_ssl3_tests.txt
aes_256_cbc_sha1_tls_implicit_iv_tests.txt
aes_256_cbc_sha1_tls_tests.txt
aes_256_cbc_sha256_tls_tests.txt
aes_256_cbc_sha384_tls_tests.txt
aes_256_ctr_hmac_sha256.txt
aes_256_gcm_tests.txt
aes_256_key_wrap_tests.txt
chacha20_poly1305_tests.txt
cipher_test.txt Add a GCM test with non-standard nonce length. 2015-06-18 17:35:59 -07:00
des_ede3_cbc_sha1_ssl3_tests.txt
des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
des_ede3_cbc_sha1_tls_tests.txt
make_all_legacy_aead_tests.sh
make_legacy_aead_tests.go
rc4_md5_ssl3_tests.txt
rc4_md5_tls_tests.txt
rc4_sha1_ssl3_tests.txt
rc4_sha1_tls_tests.txt