summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-3011-1/+55
| | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
* do not propose IDEA cipher on SSL connection. tested by beckitojun2002-06-073-0/+10
| | | | noticed by Sverre Froyen <sverre@viewmark.com>
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-5/+36
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-1/+0
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1541-1664/+6483
|
* merge openssl 0.9.6b-enginebeck2001-08-014-8/+54
| | | | | 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-engine-0.9.6a mergebeck2001-06-2220-120/+341
|
* CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@markus2001-04-221-0/+1
|
* openssl-engine-0.9.6 mergebeck2000-12-1528-433/+588
|
* fix missing closedir() that could allow apacheSSL to leak fd's,beck2000-10-161-0/+1
| | | | from netbsd (taca) credited to TAKANO Yuji <takachan@running-dog.net>
* OpenSSL 0.9.5a mergebeck2000-04-1510-176/+358
|
* OpenSSL 0.9.5 mergebeck2000-03-1937-1249/+2616
| | | | | | *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
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-2948-3765/+6388
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0547-0/+23440
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.