index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
perlasm
/
x86nasm.pl
Age
Commit message (
Expand
)
Author
2018-12-06
Following the license change, modify the boilerplates in crypto/perlasm/
Richard Levitte
2018-01-19
Copyright update of more files that have changed this year
Richard Levitte
2018-01-07
Remove remaining NETWARE ifdef's
Rich Salz
2016-10-10
Remove trailing whitespace from some files.
David Benjamin
2016-04-20
Copyright consolidation: perl files
Rich Salz
2012-11-17
Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.
Andy Polyakov
2011-09-06
Padlock engine: make it independent of inline assembler.
Andy Polyakov
2011-04-18
perlasm/x86[nm]asm.pl: make OPENSSL_instrument_bus[2] compile.
Andy Polyakov
2010-06-04
x86 perlasm: add support for 16-bit values.
Andy Polyakov
2009-04-26
Expand OPENSS_ia32cap to 64 bits.
Andy Polyakov
2008-07-22
perlasm update: implement dataseg directive.
Andy Polyakov
2008-07-15
x86nasm.pl update: use pre-defined macros and allow for /safeseh link.
Andy Polyakov
2008-01-03
Netware support.
Dr. Stephen Henson
2008-01-03
perlasm/x86*.pl updates.
Andy Polyakov
2007-12-18
x86 perlasm overhaul.
Andy Polyakov
2007-11-24
Structure symbol decorations, optimize label handling...
Andy Polyakov
2007-11-22
Synchronize x86nasm.pl with x86unix.pl.
Andy Polyakov
2007-07-25
x86 perlasm updates.
Andy Polyakov
2007-03-20
link warnings caused by nasm modules.
Andy Polyakov
2007-03-20
nasm fixes.
Andy Polyakov
2006-09-18
Remove x86ms.pl and reimplement x86*.pl.
Andy Polyakov
2005-12-06
Support for indirect calls in x86 assembler modules.
Andy Polyakov
2005-11-28
Whirlpool hash implementation. The fact that subdirectory and .h file are
Andy Polyakov
2005-09-20
Proper solution to nasm compilation problems in Borland context.
Andy Polyakov
2005-06-28
A report suggests that there're nasm version, which defaults to 16-bit
Andy Polyakov
2005-04-24
Avoid L1 cache aliasing even between key and S-boxes.
Andy Polyakov
2005-01-18
Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.
Andy Polyakov
2004-12-26
Engage AES x86 assembler module for COFF and a.out targets.
Andy Polyakov
2004-12-23
x86 perlasm update to accomodate aes-586.pl.
Andy Polyakov
2004-11-27
perlasm/x86[ms|nasm] update to accomodate updated RC4 assembler module.
Andy Polyakov
2004-09-09
x86 assembler updates: more instructions, new OPENSSL_instrument_halt
Andy Polyakov
2004-08-29
crypto/perlasm update primarily to unify Netware modules. Once it's verified
Andy Polyakov
2004-07-26
Add framework for yet another assembler module dubbed "cpuid." Idea
Andy Polyakov
2004-05-06
Support for IA-32 SSE2 instruction set.
Andy Polyakov
2003-09-27
Make MD5 assembler code able to handle messages larger than 2GB on 32-bit
Richard Levitte
2003-01-24
Provide "dummy" &main::picmeup even in Windows perlasm modules.
Andy Polyakov
2002-12-14
As you might have noticed I tried to change for . prefix, because it's
Andy Polyakov
2002-12-14
DES PIC-ification. Windows companion.
Andy Polyakov
2002-12-13
IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep
Andy Polyakov
2002-06-27
Use 32-bit sections instead of the default, 16-bit ones.
Richard Levitte
1999-07-12
More NASM support code it still doesn't work but it doesn't work less than it
Dr. Stephen Henson
1999-07-12
Beginnings of experimental support for NASM assembler. This is a free
Dr. Stephen Henson