crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha1.c
2014-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-06-17 Felix Laurie von... Fix shadow declaration.
2014-06-14 Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-13 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: improve cache locality.
2014-02-05 Andy Polyakovevp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implem...
2013-03-18 Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-02-08 Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC...
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2012-06-10 Dr. Stephen Hensonrevert more "version skew" changes that break FIPS...
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-01-18 Dr. Stephen Hensonundef some symbols that cause problems with make depend...
2011-09-10 Dr. Stephen HensonFix warnings (from HEAD).
2011-08-23 Andy PolyakovAdd RC4-MD5 and AESNI-SHA1 "stitched" implementations...