summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/s2_lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove ssl2 support even more completely.tedu2014-04-151-569/+0
| | | | | | in the process, always include ssl3 and tls1, we don't need config options for them. when the time comes to expire ssl3, it will be with an ax. checked by miod
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-4/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-141-276/+293
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* resolve conflicts, fix local changesdjm2010-10-011-50/+128
|
* resolve conflictsdjm2008-09-061-90/+41
|
* resolve conflictsdjm2005-04-291-1/+1
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-10/+15
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-11/+29
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+3
|
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-0/+6
| | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
* do not propose IDEA cipher on SSL connection. tested by beckitojun2002-06-071-0/+2
| | | | noticed by Sverre Froyen <sverre@viewmark.com>
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-15/+21
|
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+8
|
* openssl-engine-0.9.6 mergebeck2000-12-151-10/+10
|
* OpenSSL 0.9.5 mergebeck2000-03-191-21/+79
| | | | | | *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-291-61/+41
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+444
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.