boringssl/crypto/cipher/test
Adam Langley df447ba3a9 Add generic AES-GCM-SIV support.
AES-GCM-SIV is an AEAD with nonce-misuse resistance. It can reuse
hardware support for AES-GCM and thus encrypt at ~66% the speed, and
decrypt at 100% the speed, of AES-GCM.

See https://tools.ietf.org/html/draft-irtf-cfrg-gcmsiv-02

This implementation is generic, not optimised, and reuses existing AES
and GHASH support as much as possible. It is guarded by !OPENSSL_SMALL,
at least for now.

Change-Id: Ia9f77b256ef5dfb8588bb9ecfe6ee0e827626f57
Reviewed-on: https://boringssl-review.googlesource.com/12541
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-12-07 00:13:50 +00:00
..
aes_128_cbc_sha1_ssl3_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_128_cbc_sha1_tls_implicit_iv_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_128_cbc_sha1_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_128_cbc_sha256_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_128_ctr_hmac_sha256.txt Add AEADs for AES-CTR with HMAC-SHA256. 2015-03-18 21:16:55 +00:00
aes_128_gcm_siv_tests.txt Add generic AES-GCM-SIV support. 2016-12-07 00:13:50 +00:00
aes_128_gcm_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
aes_256_cbc_sha1_ssl3_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_256_cbc_sha1_tls_implicit_iv_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_256_cbc_sha1_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_256_cbc_sha256_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_256_cbc_sha384_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
aes_256_ctr_hmac_sha256.txt Add AEADs for AES-CTR with HMAC-SHA256. 2015-03-18 21:16:55 +00:00
aes_256_gcm_siv_tests.txt Add generic AES-GCM-SIV support. 2016-12-07 00:13:50 +00:00
aes_256_gcm_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
chacha20_poly1305_old_tests.txt Fix ChaCha20-Poly1305 tests. 2015-12-16 21:20:49 +00:00
chacha20_poly1305_tests.txt Fix ChaCha20-Poly1305 tests. 2015-12-16 21:20:49 +00:00
cipher_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
des_ede3_cbc_sha1_ssl3_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
des_ede3_cbc_sha1_tls_implicit_iv_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
des_ede3_cbc_sha1_tls_tests.txt Add better TLS CBC mode tests. 2016-08-10 01:06:24 +00:00
make_all_legacy_aead_tests.sh Remove RC4 from TLS for real. 2016-09-16 03:06:36 +00:00
make_legacy_aead_tests.go Remove RC4 from TLS for real. 2016-09-16 03:06:36 +00:00