aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes/asm/aes-x86_64.pl
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Add some missing cfi frame info in aes-x86_64.plBernd Edlinger1-0/+4
2019-09-16Unify all assembler file generatorsRichard Levitte1-4/+6
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin1-2/+16
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte1-1/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-10-13Remove email addresses from source code.Rich Salz1-1/+1
2017-02-13aes/asm/*-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+84
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov1-22/+20
2016-10-10Remove trailing whitespace from some files.David Benjamin1-2/+2
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov1-1/+1
2016-05-21Add OpenSSL copyright to .pl filesRich Salz1-1/+8
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov1-1/+2
2012-11-12aes-x86_64.pl: Atom-specific optimizations, +10%.Andy Polyakov1-124/+122
2012-06-27x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov1-1/+1
2011-11-13bsaes-x86_64.pl: add Win64 SEH and "hadrware" calls to aes-x86_64.pl.Andy Polyakov1-0/+9
2010-07-26aes-x86_64.pl: commit#19797 was overzealous, partially reverse.Andy Polyakov1-2/+6
2010-07-26aes-x86_64.pl: remove redundant instructions.Andy Polyakov1-10/+2
2010-05-05Revert previous Linux-specific/centric commit#19629. If it really has toAndy Polyakov1-2/+1
2010-05-05Non-executable stack in asm.Ben Laurie1-1/+2
2008-12-27Revisit RT#1801 and complete fix.Andy Polyakov1-0/+4
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov1-86/+402
2008-12-17SEGV in AES_cbc_encrypt in aes-x86_64 assembler module.Andy Polyakov1-4/+1
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov1-15/+8
2008-01-05Make aes-x86_64 work with debug Win64 build.Andy Polyakov1-0/+1
2007-08-23Make x86_64 modules work under Win64/x64.Andy Polyakov1-11/+16
2007-07-30Buglet fixes and minor optimization in aes-x86_86 assembler.Andy Polyakov1-17/+17
2007-07-21Complete synchronization of aes-x86_64 with aes-586.Andy Polyakov1-183/+282
2007-07-19Minor optimization in AES_set_encryption_key for x86_64.Andy Polyakov1-39/+24
2007-07-19_x86_64_AES_[en|de]crypt_compact: size optimization and aggressiveAndy Polyakov1-53/+52
2007-07-13Add _x86_64_AES_[en|de]crypt_compact.Andy Polyakov1-119/+952
2006-06-28Mitigate the hazard of cache-collision timing attack on last round. Well,Andy Polyakov1-115/+97
2005-07-20Typo in version number.Andy Polyakov1-1/+1
2005-07-20Perl stylistic/cosmetic update for aes-x86_64.pl.Andy Polyakov1-81/+65
2005-07-18~15% better AES x86_64 assembler.Andy Polyakov1-173/+517
2005-07-14Commentary section update.Andy Polyakov1-5/+14
2005-07-12AES x86_64 assembler implementation.Andy Polyakov1-0/+1258