boringssl/crypto/cipher/test
David Benjamin 51a01a5cd4 Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling."
This reverts most of commit 271777f5ac. The old
ChaCha20-Poly1305, though being transitioned to the old name, should not change
in behavior. This also avoids adding a special-case to SSL_AEAD_CTX.

Also revert the name change to SSL_CIPHER_is_CHACHA20POLY1305. The one consumer
for that function doesn't need to distinguish the old and new variants, so
avoid unnecessary turbulence.

Change-Id: I5a6f97fccc5839d4d25e74e304dc002329d21b4b
Reviewed-on: https://boringssl-review.googlesource.com/6385
Reviewed-by: Adam Langley <agl@google.com>
2015-10-29 18:40:33 +00:00
..
aes_128_cbc_sha1_ssl3_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_128_cbc_sha1_tls_implicit_iv_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_128_cbc_sha1_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_128_cbc_sha256_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +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_tests.txt Add tests from cipher_test.txt to the AEAD test suite. 2015-09-30 23:11:40 +00:00
aes_128_key_wrap_tests.txt Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
aes_256_cbc_sha1_ssl3_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_256_cbc_sha1_tls_implicit_iv_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_256_cbc_sha1_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_256_cbc_sha256_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aes_256_cbc_sha384_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +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_tests.txt Add tests from cipher_test.txt to the AEAD test suite. 2015-09-30 23:11:40 +00:00
aes_256_key_wrap_tests.txt Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
chacha20_poly1305_old_tests.txt Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling." 2015-10-29 18:40:33 +00:00
chacha20_poly1305_tests.txt Add more tests for the RFC 7539 ChaCha20-Poly1305 AEAD. 2015-10-27 01:34:33 +00:00
cipher_test.txt Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
des_ede3_cbc_sha1_ssl3_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
des_ede3_cbc_sha1_tls_implicit_iv_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
des_ede3_cbc_sha1_tls_tests.txt Add tests for padding variations. 2015-01-14 21:09:16 +00:00
make_all_legacy_aead_tests.sh Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
make_legacy_aead_tests.go Add tests for padding variations. 2015-01-14 21:09:16 +00:00
rc4_md5_ssl3_tests.txt Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
rc4_md5_tls_tests.txt Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
rc4_sha1_ssl3_tests.txt Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
rc4_sha1_tls_tests.txt Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00