summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm/x86asm.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_6_BASE'.OPENBSD_4_6_BASEcvs2svn2009-06-251-136/+0
|
* 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.