summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm/x86asm.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-0/+1
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* A few months back there was a big community fuss regarding direct-usederaadt2014-06-021-8/+0
| | | | | | | | | | | | of the intel RDRAND instruction. Consensus was RDRAND should probably only be used as an additional source of entropy in a mixer. Guess which library bends over backwards to provide easy access to RDRAND? Yep. Guess which applications are using this support? Not even one... but still, this is being placed as a trap for someone. Send this support straight to the abyss. ok kettenis
* Stop paying lip service to non-AT&T syntax assemblers in the x86 world.miod2014-04-171-11/+1
|
* resolve conflictsdjm2012-10-131-1/+54
|
* resolve conflicts, fix local changesdjm2010-10-011-124/+209
|
* resolve conflictsdjm2008-09-061-13/+14
|
* resolve conflictsdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-291-0/+2
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-1/+7
| | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+6
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+6
|
* OpenSSL 0.9.5a mergebeck2000-04-151-2/+4
|
* OpenSSL 0.9.4 mergebeck1999-09-291-4/+7
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+113
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.