Unify all assembler file generators
[openssl.git] / crypto / aes / asm / aes-586.pl
2019-09-16 Richard LevitteUnify all assembler file generators
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-05-11 David BenjaminRemove filename argument to x86 asm_init.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-03-09 Richard LevitteUnified - adapt the generation of aes assembler to...
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2012-11-12 Andy Polyakovaes-586.pl: Atom-specific optimization, +44/29%, minor...
2012-04-28 Andy Polyakovperlasm: fix symptom-less bugs, missing semicolons...
2008-12-27 Andy PolyakovRevisit RT#1801 and complete fix.
2008-01-05 Andy PolyakovMake AES_T[ed] private to aes-586 module.
2007-11-22 Andy PolyakovCombat [bogus] relocations in some assember modules.
2007-07-13 Andy PolyakovVarious minor updates to AES assembler modules.
2006-09-18 Andy PolyakovImprove 386 portability of aes-586.pl.
2006-08-31 Andy PolyakovFix bug in aes-586.pl.
2006-08-07 Andy PolyakovRevised AES_cbc_encrypt in x86 assembler module.
2006-08-02 Andy PolyakovAgressively prefetch S-box in SSE codepatch, relax...
2006-08-02 Andy PolyakovSwitch to compact S-box when generating AES key schedule.
2006-07-31 Andy PolyakovNext generation aes-586.pl featuring AES_[en|de]crypt...
2006-07-18 Andy PolyakovReimplement outer rounds as "compact" in x86 assembler...
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2005-07-01 Andy PolyakovPedantic polish to aes-586.pl:-)
2005-06-30 Andy PolyakovTypos in commentary section.
2005-06-30 Andy PolyakovAES_cbc_encrypt to allow end-user to retain small block...
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-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 PolyakovMinor AES x86 assembler tune-up.
2004-12-23 Andy PolyakovAES x86 assembler implementation.