Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / aes / asm / aesni-x86.pl
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2020-04-23 Matt CaswellUpdate copyright year
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
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-05-11 David BenjaminRemove filename argument to x86 asm_init.
2016-12-19 Andy Polyakovx86 assembly pack: update performance results.
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-12-10 Andy Polyakovx86[_64] assembly pack: add optimized AES-NI OCB subrou...
2015-10-23 Alessandro GhediniFix typos
2015-04-20 Andy Polyakovaes/asm/aesni-x86.pl: fix typo affecting Windows build.
2015-04-20 Andy Polyakovaes/asm/aesni-x86[_64].pl update.
2014-02-21 Andy Polyakovaes/asm/aesni-x86[_64].pl: minor Atom-specific performa...
2014-02-14 Andy Polyakovaes/asm/aesni-x86_64.pl: further optimization for Atom...
2014-02-01 Andy Polyakovcrypto/aes/asm/aesni-x86[_64].pl update, up to 14%...
2012-04-28 Andy Polyakovperlasm: fix symptom-less bugs, missing semicolons...
2011-10-14 Andy Polyakovaesni-x86[_64].pl: fix bug in CCM code.
2011-08-07 Andy Polyakovaes/asm/aesni-*.pl: fix CCM and further optimize it.
2011-05-30 Andy Polyakovaesni-x86[_64].pl: relax alignment requirement.
2011-05-22 Andy Polyakovaesni-x86[_64].pl: optimize for Sandy Bridge and add...
2010-07-26 Andy Polyakovperlasm/x86asm.pl: move aesni and pclmulqdq opcodes...
2010-07-25 Andy Polyakovaesni-x86[_64].pl: fine-tune, add CCM subroutine, add...
2010-04-10 Andy PolyakovAESNI engine: add counter mode.
2009-11-15 Andy Polyakovaesni-x86.pl: eliminate development comments.
2009-05-02 Andy PolyakovAES-NI engine jumbo update.
2009-04-27 Andy Polyakovaesni-x86.pl: fix another typo and add test script.
2009-04-27 Andy Polyakovaesni-x86.pl: fix typos.
2009-04-27 Andy PolyakovIntel AES-NI engine.