aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_clnt.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-05Avoid warnings on VC++ 2005.Dr. Stephen Henson1-2/+2
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-0/+4
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-2/+2
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson1-22/+4
2005-07-22Fix some signed/unsigned warnings.Geoff Thorpe1-1/+1
2005-07-16makeNils Larsch1-0/+4
2005-05-11Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller1-1/+1
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller1-19/+19
2005-04-26Add DTLS support.Ben Laurie1-0/+1153