aboutsummaryrefslogtreecommitdiff
path: root/crypto/perlasm/x86nasm.pl
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/perlasm/Richard Levitte1-1/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-1/+1
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-04-20Copyright consolidation: perl filesRich Salz1-1/+8
2012-11-17Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov1-1/+3
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov1-0/+7
2011-04-18perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.Andy Polyakov1-0/+2
2010-06-04x86 perlasm: add support for 16-bit values.Andy Polyakov1-1/+3
2009-04-26Expand OPENSS_ia32cap to 64 bits.Andy Polyakov1-1/+1
2008-07-22perlasm update: implement dataseg directive.Andy Polyakov1-0/+5
2008-07-15x86nasm.pl update: use pre-defined macros and allow for /safeseh link.Andy Polyakov1-5/+6
2008-01-03Netware support.Dr. Stephen Henson1-0/+2
2008-01-03perlasm/x86*.pl updates.Andy Polyakov1-1/+3
2007-12-18x86 perlasm overhaul.Andy Polyakov1-125/+20
2007-11-24Structure symbol decorations, optimize label handling...Andy Polyakov1-36/+38
2007-11-22Synchronize x86nasm.pl with x86unix.pl.Andy Polyakov1-5/+8
2007-07-25x86 perlasm updates.Andy Polyakov1-13/+41
2007-03-20link warnings caused by nasm modules.Andy Polyakov1-1/+2
2007-03-20nasm fixes.Andy Polyakov1-1/+2
2006-09-18Remove x86ms.pl and reimplement x86*.pl.Andy Polyakov1-417/+192
2005-12-06Support for indirect calls in x86 assembler modules.Andy Polyakov1-2/+3
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov1-0/+5
2005-09-20Proper solution to nasm compilation problems in Borland context.Andy Polyakov1-1/+10
2005-06-28A report suggests that there're nasm version, which defaults to 16-bitAndy Polyakov1-2/+2
2005-04-24Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov1-0/+1
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov1-0/+1
2004-12-26Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov1-1/+1
2004-12-23x86 perlasm update to accomodate aes-586.pl.Andy Polyakov1-1/+11
2004-11-27perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov1-0/+1
2004-09-09x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov1-2/+4
2004-08-29crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov1-31/+63
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov1-0/+4
2004-05-06Support for IA-32 SSE2 instruction set.Andy Polyakov1-1/+30
2003-09-27Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte1-0/+3
2003-01-24Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov1-0/+6
2002-12-14As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov1-3/+3
2002-12-14DES PIC-ification. Windows companion.Andy Polyakov1-3/+6
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov1-0/+2
2002-06-27Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte1-1/+1
1999-07-12More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1-5/+22
1999-07-12Beginnings of experimental support for NASM assembler. This is a freeDr. Stephen Henson1-0/+325