boringssl/crypto/cipher/test
David Benjamin 97227dc52d Replace keywrap AEADs with upstream's APIs.
This finally removes the last Android hack. Both Chromium and Android
end up needing this thing (Chromium needs it for WebCrypto but currently
uses the EVP_AEAD version and Android needs it by way of
wpa_supplicant).

On the Android side, the alternative is we finish upstream's
NEED_INTERNAL_AES_WRAP patch, but then it just uses its own key-wrap
implementation. This seems a little silly, considering we have a version
of key-wrap under a different API anyway.

It also doesn't make much sense to leave the EVP_AEAD API around if we
don't want people to use it and Chromium's the only consumer. Remove it
and I'll switch Chromium to the new---er, old--- APIs next roll.

Change-Id: I23a89cda25bddb6ac1033e4cd408165f393d1e6c
Reviewed-on: https://boringssl-review.googlesource.com/11410
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2016-10-04 01:37:31 +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_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_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