summaryrefslogtreecommitdiff
path: root/ssl/d1_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* DTLS/SCTP Finished Auth BugRobin Seggelmann2013-11-011-7/+17
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-2/+13
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-0/+9
* Extend DTLS method macros.Dr. Stephen Henson2013-03-261-2/+4
* DTLS revision.Dr. Stephen Henson2013-03-181-894/+5
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
* PR: 2748Dr. Stephen Henson2012-03-061-1/+1
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-1/+1
* PR: 2658Dr. Stephen Henson2011-12-311-0/+13
* PR: 2535Dr. Stephen Henson2011-12-251-8/+168
* PR: 2505Dr. Stephen Henson2011-05-251-2/+4
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* PR: 1833Dr. Stephen Henson2010-08-261-1/+2
* PR: 1949Dr. Stephen Henson2010-01-261-9/+5
* Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson2009-12-091-1/+1
* PR: 2121Dr. Stephen Henson2009-12-081-1/+60
* PR: 2115Dr. Stephen Henson2009-12-011-1/+9
* PR: 1993Dr. Stephen Henson2009-07-241-0/+2
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-151-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-06-051-1/+1
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-311-3/+304
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-151-9/+9
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-2/+5
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-2/+3
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-0/+10
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-2/+0
* Add client cert engine to SSL routines.Dr. Stephen Henson2008-06-011-2/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* DTLS RFC4347 says HelloVerifyRequest resets Finished MAC.Andy Polyakov2007-09-301-2/+4
* DTLS RFC4347 requires client to use rame random field in reply toAndy Polyakov2007-09-301-6/+16
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-2/+4
* 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-10/+9
* 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/+1
* makeNils Larsch2005-07-161-0/+4
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+1
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-19/+19
* Add DTLS support.Ben Laurie2005-04-261-0/+1153