summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/asm/des-586.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove now unused des assembly.jsing2024-03-281-452/+0
|
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-011-5/+4
| | | | | | responsible from getting the proper address of those blocks. ok tb@ jsing@
* resolve conflicts, fix local changesdjm2010-10-011-42/+240
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-181-4/+8
| | | | | | | | 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-26/+24
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-13/+13
|
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
|
* OpenSSL 0.9.4 mergebeck1999-09-291-1/+3
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+251
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.