summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes_cbc_hmac_sha1.c
AgeCommit message (Expand)Author
2013-03-18e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.Andy Polyakov
2013-02-08e_aes_cbc_hmac_sha1.c: fine-tune cache line alignment.Andy Polyakov
2013-02-07e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.Andy Polyakov
2013-02-03e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.Andy Polyakov
2013-02-02e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov
2012-06-10revert more "version skew" changes that break FIPS buildsDr. Stephen Henson
2012-06-08Reduce version skew.Ben Laurie
2012-04-15e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty fragAndy Polyakov
2012-01-18undef some symbols that cause problems with make depend for fips buildsDr. Stephen Henson
2011-09-10Fix warnings (from HEAD).Dr. Stephen Henson
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].Andy Polyakov