summaryrefslogtreecommitdiff
path: root/crypto/perlasm
Commit message (Expand)AuthorAgeFilesLines
* Recognize mingw in perlasm.Dr. Stephen Henson2006-02-041-1/+1
* Support for indirect calls in x86 assembler modules.Andy Polyakov2005-12-063-5/+8
* Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov2005-11-283-0/+15
* Minor perlasm clean-up.Andy Polyakov2005-11-092-3/+2
* Address MASM-specific problems introduced withAndy Polyakov2005-11-061-5/+11
* x86_64-xlate.pl commentary section update.Andy Polyakov2005-11-061-1/+4
* Make pshufw optional and update performance table in sha512-sse2.plAndy Polyakov2005-11-031-3/+3
* Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".Andy Polyakov2005-10-091-1/+7
* Proper solution to nasm compilation problems in Borland context.Andy Polyakov2005-09-201-1/+10
* ~15% better AES x86_64 assembler.Andy Polyakov2005-07-181-4/+6
* complementary x86_64-xlate.pl update.Andy Polyakov2005-07-121-5/+9
* A report suggests that there're nasm version, which defaults to 16-bitAndy Polyakov2005-06-281-2/+2
* Solaris x86_64 /usr/ccs/bin/as support.Andy Polyakov2005-06-201-0/+4
* Platform update from 8-stable.Andy Polyakov2005-05-311-2/+2
* Still SEGV trouble in .init segment under Solaris x86...Andy Polyakov2005-05-211-1/+7
* Comply with optimization manual (no data should share cache-line with code).Andy Polyakov2005-05-091-1/+3
* Allow for 64-bit cache-line alignments in code segment.Andy Polyakov2005-05-092-5/+5
* x86_64 assembler translator update.Andy Polyakov2005-05-071-19/+47
* x86_64 assembler translator update.Andy Polyakov2005-05-041-3/+9
* x86_64 assembler translator update.Andy Polyakov2005-05-031-10/+19
* Avoid L1 cache aliasing even between key and S-boxes.Andy Polyakov2005-04-243-0/+3
* Throw in x86_64 AT&T to MASM assembler converter to facilitate developmentAndy Polyakov2005-04-171-0/+459
* Solaris x86 linker erroneously pads .init segment with zeros instead ofAndy Polyakov2005-04-041-2/+0
* Remove unused assembler modules.Andy Polyakov2005-02-063-1161/+0
* Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov2005-01-183-0/+3
* Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov2004-12-262-2/+2
* x86 perlasm update to accomodate aes-586.pl.Andy Polyakov2004-12-233-2/+32
* Solaris x86 perlasm update.Andy Polyakov2004-12-101-2/+2
* perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.Andy Polyakov2004-11-272-4/+6
* RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov2004-11-211-5/+6
* Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoidAndy Polyakov2004-09-281-5/+6
* x86 assembler updates: more instructions, new OPENSSL_instrument_haltAndy Polyakov2004-09-093-6/+12
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-6/+8
* crypto/perlasm update primarily to unify Netware modules. Once it's verifiedAndy Polyakov2004-08-294-44/+109
* Avoid a.out name table pollition.Andy Polyakov2004-08-021-11/+19
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-15/+15
* Deprecate cpp and gaswin targets. New coff fills in for gaswin, but cpp isAndy Polyakov2004-08-012-35/+40
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-263-3/+31
* Support for IA-32 SSE2 instruction set.Andy Polyakov2004-05-063-6/+160
* Netware-specific changes,Richard Levitte2003-11-283-1/+734
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-273-0/+9
* Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov2003-01-242-0/+12
* Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov2003-01-102-4/+4
* At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov2003-01-091-2/+2
* Oops! I've toasted Cygwin! Fixed now.Andy Polyakov2003-01-031-2/+2
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-032-4/+29
* Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov2002-12-171-1/+1
* DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov2002-12-151-1/+1
* As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov2002-12-141-3/+3
* DES PIC-ification. Windows companion.Andy Polyakov2002-12-142-5/+11