summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/bn-586.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace bn_sub_part_words() with bn_sub().jsing2023-02-221-210/+0
| | | | | | | | Now that bn_sub() handles word arrays with potentially different lengths, we no longer need bn_sub_part_words() - call bn_sub() instead. This allows us to entirely remove the unnecessarily complex bn_sub_part_words() code. ok tb@
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-3/+6
| | | | | | responsible from getting the proper address of those blocks. ok tb@ jsing@
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-6/+6
| | | | | | | | | | | | | | | 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@
* resolve conflicts, fix local changesdjm2010-10-011-52/+151
|
* resolve conflictsdjm2008-09-061-2/+84
|
* merge 0.9.7dmarkus2004-04-081-1/+1
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-1/+1
| | | | | | | | 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.
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-2/+211
|
* OpenSSL 0.9.4 mergebeck1999-09-291-7/+77
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+314
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.