Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].
authorAndy Polyakov <appro@openssl.org>
Tue, 23 Aug 2011 20:53:34 +0000 (20:53 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 23 Aug 2011 20:53:34 +0000 (20:53 +0000)
commit84e7485bfb22847d43e85e02b4d9e5e393fa34ec
treed5d8b9145f781a774de8e114b8e702caf9569311
parentf56f72f2191ce94bd94b5000b9308c24c1ec9b3b
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].
18 files changed:
CHANGES
Configure
TABLE
crypto/aes/Makefile
crypto/aes/asm/aesni-sha1-x86_64.pl [new file with mode: 0644]
crypto/evp/Makefile
crypto/evp/c_allc.c
crypto/evp/e_aes_cbc_hmac_sha1.c [new file with mode: 0644]
crypto/evp/e_rc4_hmac_md5.c [new file with mode: 0644]
crypto/evp/evp.h
crypto/evp/names.c
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
crypto/rc4/Makefile
crypto/rc4/asm/rc4-md5-x86_64.pl [new file with mode: 0644]
ssl/ssl_algs.c