aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* fix warnings/inconsistencies caused by the recent changes to theBodo Möller2007-02-191-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-33/+35
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-2/+2
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-2/+2
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+4
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* Fix some signed/unsigned warnings.Geoff Thorpe2005-07-221-1/+2
* makeNils Larsch2005-07-161-0/+4
* From 0.9.8-stable:Richard Levitte2005-06-041-1/+1
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-18/+18
* Add DTLS support.Ben Laurie2005-04-261-0/+1140