Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
authorAndy Polyakov <appro@openssl.org>
Tue, 23 Aug 2011 20:51:38 +0000 (20:51 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 23 Aug 2011 20:51:38 +0000 (20:51 +0000)
commitc608171d9c30eb54a30fe71f9a02a922514dfec7
tree5117f51c9ae6ec1ecf69775b2a3e9083ac528639
parentc2d4c2867b517ca9114cc80503e3ba18e6bc8a83
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
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