45ec21b99c
This change adds the stitched RC4-MD5 code from upstream OpenSSL but exposes it as an AEAD. It's not a normal AEAD (it's stateful thus doesn't take an nonce) but forcing pre-AEAD cipher suites in the AEAD interface is less painful than forcing AEADs into the EVP_CIPHER interface. Over time, more and more cipher suites will be exposed as TLS-specific AEADs and then ssl/ can drop support for EVP_CIPHER. See original code from upstream: https://github.com/openssl/openssl/blob/master/crypto/evp/e_rc4_hmac_md5.c Change-Id: Ia9267b224747f02be6b934ea0b2b50e1f529fab9 Reviewed-on: https://boringssl-review.googlesource.com/1043 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
aead_test.c | ||
aead.c | ||
aead.h | ||
aes_128_gcm_tests.txt | ||
aes_256_gcm_tests.txt | ||
chacha20_poly1305_tests.txt | ||
cipher_error.c | ||
cipher_test.c | ||
cipher_test.txt | ||
cipher.c | ||
cipher.h | ||
CMakeLists.txt | ||
derive_key.c | ||
e_aes.c | ||
e_chacha20poly1305.c | ||
e_des.c | ||
e_null.c | ||
e_rc4.c | ||
internal.h | ||
rc4_md5_tests.txt |