Prepare for 0.9.8k release.
[oweals/openssl.git] / crypto / aes / asm /
2008-12-27 Andy PolyakovBackport aes-x86_64.pl update from HEAD.
2008-12-17 Andy PolyakovBackport aes-x86_64.pl update from HEAD and revisit...
2008-02-11 Andy PolyakovMake aes-x86_64 work with debug Win64 build [from HEAD].
2007-11-11 Andy PolyakovAdd AES x86_64 assembler. Note that it's not latest...
2007-07-27 Andy PolyakovAES for IA64 update [from HEAD].
2007-07-08 Andy PolyakovShut up memory debuggers complaining about AES x86...
2007-05-19 Andy PolyakovType cast fixes in aes-586.pl.
2006-06-28 Andy Polyakovaes-586.pl sync from HEAD.
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-09 Andy PolyakovComply with optimization manual (no data should share...
2005-05-07 Andy PolyakovFix constants.
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-22 Andy PolyakovAvoid aliasing between stack frames and S-boxes. Compre...
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-03-19 Ulf Möllerfix breakage for Perl versions that do boolean operatio...
2005-01-24 Andy PolyakovImprove ECB performance (48+14*rounds -> 18+13*rounds...
2005-01-20 Andy PolyakovBug-fix in CBC encrypt tail processing and commentary...
2005-01-18 Andy PolyakovThrow in AES CBC assembler, up to +40% on aes-128-cbc...
2005-01-13 Andy Polyakov"Monolithic" x86 assembler replacement for aes_core...
2004-12-30 Andy PolyakovCommentary update for AES IA-64 assembler module.
2004-12-30 Andy PolyakovMinor AES x86 assembler tune-up.
2004-12-28 Andy PolyakovOops-kind typos in aes-ia64.S...
2004-12-23 Andy PolyakovEliminate copies of TeN and TdN, use those found in...
2004-12-23 Andy PolyakovAES x86 assembler implementation.
2004-07-23 Andy PolyakovVarious IA-64 assembler fix-ups.
2004-07-17 Andy PolyakovAdd licensing terms.
2004-07-01 Andy PolyakovAES assembler implementation for IA-64. Note that there...