boringssl/crypto
Adam Langley 45ec21b99c Add stitched RC4-MD5 as an AEAD.
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>
2014-06-30 23:01:17 +00:00
..
aes aes/asm/bsaes-x86_64.pl: Atom-specific optimization. 2014-06-20 13:17:40 -07:00
asn1 Set default global mask to UTF8 only. 2014-06-20 13:17:41 -07:00
base64 Base64 padding fix. 2014-06-20 13:17:36 -07:00
bio Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
bn Very minor BN fixes. 2014-06-30 14:22:32 -07:00
buf Don't allocate more than is needed in BUF_strndup() 2014-06-20 13:17:40 -07:00
bytestring Port ServerHello extension parsing to CBS. 2014-06-26 20:42:27 +00:00
chacha Remove |num_rounds| argument from chacha_core. 2014-06-23 13:14:13 -07:00
cipher Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
conf Inital import. 2014-06-20 13:17:32 -07:00
des Inital import. 2014-06-20 13:17:32 -07:00
dh dh/check.c: check BN_CTX_get's return value. 2014-06-20 13:17:39 -07:00
digest Inital import. 2014-06-20 13:17:32 -07:00
dsa Safe (EC)DSA nonces. 2014-06-20 13:17:33 -07:00
ec Double free in i2o_ECPublicKey 2014-06-20 13:17:40 -07:00
ecdh Inital import. 2014-06-20 13:17:32 -07:00
ecdsa Safe (EC)DSA nonces. 2014-06-20 13:17:33 -07:00
engine Inital import. 2014-06-20 13:17:32 -07:00
err Inital import. 2014-06-20 13:17:32 -07:00
evp remove duplicate 0x for default RSASSA-PSS salt len 2014-06-20 13:17:40 -07:00
hmac Inital import. 2014-06-20 13:17:32 -07:00
lhash Include some build fixes for OS X. 2014-06-24 11:15:12 -07:00
md5 Inital import. 2014-06-20 13:17:32 -07:00
modes Fix GCM in non-AESNI mode. 2014-06-24 11:00:27 -07:00
obj Inital import. 2014-06-20 13:17:32 -07:00
pem Inital import. 2014-06-20 13:17:32 -07:00
perlasm perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms. 2014-06-20 13:17:39 -07:00
pkcs8 Inital import. 2014-06-20 13:17:32 -07:00
poly1305 ChaCha20-Poly1305 support. 2014-06-20 13:17:35 -07:00
rand Inital import. 2014-06-20 13:17:32 -07:00
rc4 Add stitched RC4-MD5 as an AEAD. 2014-06-30 23:01:17 +00:00
rsa Improvements in constant-time OAEP decoding. 2014-06-20 13:17:37 -07:00
sha crypto/sha/asm/sha[1,512]-x86_64.pl: Windows build 2014-06-20 13:17:43 -07:00
stack Inital import. 2014-06-20 13:17:32 -07:00
x509 Try both old and new X.509 hashes. 2014-06-20 15:31:01 -07:00
x509v3 Add OPENSSL_str[n]casecmp 2014-06-20 13:17:43 -07:00
arm_arch.h Inital import. 2014-06-20 13:17:32 -07:00
base.h Include some build fixes for OS X. 2014-06-24 11:15:12 -07:00
CMakeLists.txt Include some build fixes for OS X. 2014-06-24 11:15:12 -07:00
cpu-arm.c Inital import. 2014-06-20 13:17:32 -07:00
cpu-intel.c Include some build fixes for OS X. 2014-06-24 11:15:12 -07:00
cpu-x86_64-asm.pl Inital import. 2014-06-20 13:17:32 -07:00
cpu-x86-asm.pl Inital import. 2014-06-20 13:17:32 -07:00
cpu.h Inital import. 2014-06-20 13:17:32 -07:00
crypto_error.c Inital import. 2014-06-20 13:17:32 -07:00
crypto_error.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
directory_posix.c Inital import. 2014-06-20 13:17:32 -07:00
directory_win.c Inital import. 2014-06-20 13:17:32 -07:00
directory.h Inital import. 2014-06-20 13:17:32 -07:00
ex_data_impl.c Inital import. 2014-06-20 13:17:32 -07:00
ex_data.c Inital import. 2014-06-20 13:17:32 -07:00
ex_data.h Inital import. 2014-06-20 13:17:32 -07:00
header_removed.h Add ISC header to a handful of files. 2014-06-26 10:26:42 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
mem_clear.c Inital import. 2014-06-20 13:17:32 -07:00
mem.c Add OPENSSL_str[n]casecmp 2014-06-20 13:17:43 -07:00
mem.h Add OPENSSL_str[n]casecmp 2014-06-20 13:17:43 -07:00
thread.c Inital import. 2014-06-20 13:17:32 -07:00
thread.h Inital import. 2014-06-20 13:17:32 -07:00
time_support.c Inital import. 2014-06-20 13:17:32 -07:00
time_support.h Inital import. 2014-06-20 13:17:32 -07:00
type_check.h Inital import. 2014-06-20 13:17:32 -07:00