summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
AgeCommit message (Expand)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More comment changes required for indentOpenSSL_0_9_8-pre-auto-reformatMatt Caswell
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08Fix typo.Dr. Stephen Henson
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2014-09-24RT3067: simplify patchEmilia Kasper
2014-09-24This change alters the processing of invalid, RSA pre-master secrets soAdam Langley
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson
2014-06-03Fix for CVE-2014-0224Dr. Stephen Henson
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos
2013-02-09ssl/s3_[clnt|srvr].c: fix warning and linking error.Andy Polyakov
2012-10-05Backport OCSP fix.Ben Laurie
2012-02-16Fix bug in CVE-2011-4619: check we have really received a client helloDr. Stephen Henson
2012-01-04Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619)Dr. Stephen Henson
2012-01-04Submitted by: Adam Langley <agl@chromium.org>Dr. Stephen Henson
2011-09-05(EC)DH memory handling fixes.Bodo Möller
2011-05-19set encodedPoint to NULL after freeing itDr. Stephen Henson
2010-12-02fix for CVE-2010-4180Dr. Stephen Henson
2010-01-26PR: 1949Dr. Stephen Henson
2010-01-24The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGDr. Stephen Henson
2010-01-22If legacy renegotiation is not permitted then send a fatal alert if a patchedDr. Stephen Henson
2009-12-08Add support for magic cipher suite value (MCSV). Make secure renegotiationDr. Stephen Henson
2009-12-01PR: 2115Dr. Stephen Henson
2009-11-08First cut of renegotiation extension.Ben Laurie
2009-11-05Disable renegotiation.Ben Laurie
2009-10-30Fix stateless session resumption so it can coexist with SNIDr. Stephen Henson
2009-09-20Typo presumably...Dr. Stephen Henson
2009-09-04PR: 2028Dr. Stephen Henson
2009-06-26PR: 1949Dr. Stephen Henson
2009-01-07Properly check EVP_VerifyFinal() and similar return valuesDr. Stephen Henson
2008-09-22Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller
2008-09-14oopsBodo Möller
2008-09-14Fix SSL state transitions.Bodo Möller
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2008-04-30TLS ticket key setting callback: this allows and application to setDr. Stephen Henson
2008-04-29Support ticket renewal in state machine (not used at present).Dr. Stephen Henson
2008-04-25Fix from HEAD.Dr. Stephen Henson
2007-10-14Make ssl compile.Andy Polyakov
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-09-30Switch for RFC-compliant version encoding in DTLS. From HEAD with a twist:Andy Polyakov
2007-08-20Update from HEAD.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2007-03-09Fix kerberos ciphersuite bugs introduced with PR:1336.Dr. Stephen Henson
2007-02-07ensure that a ec key is usedNils Larsch
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2006-09-28Fixes for the following claims:Richard Levitte