summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bf/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove horribly old and outdated `documentation' for the assembly code.miod2015-09-122-137/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-1/+2
|
* 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-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* OpenSSL 0.9.5a mergebeck2000-04-151-906/+0
|
* OpenSSL 0.9.4 mergebeck1999-09-293-979/+2
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+1882
| | | | | | | | | | 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.
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-052-0/+138
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+138
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+136
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.