summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/perlasm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASEcvs2svn2008-07-283-608/+0
|
* resolve conflictsdjm2006-06-272-2/+10
|
* import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-101-1/+9
|
* resolve conflictsdjm2005-04-294-4/+14
|
* use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-182-3/+40
| | | | | | | | 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.7c; minor bugsfixes;markus2003-11-113-0/+9
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-125-30/+103
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-1/+7
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+83
|
* merge openssl 0.9.6b-enginebeck2001-08-011-1/+1
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* OpenSSL 0.9.5a mergebeck2000-04-153-3/+13
|
* OpenSSL 0.9.5 mergebeck2000-03-192-4/+11
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-296-15/+828
|
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-052-0/+777
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+777
| | | | | | | | | | 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-053-0/+579
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.