summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
AgeCommit message (Expand)Author
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-12-16Remove extraneous white space, and add some bracesMatt Caswell
2014-12-16DTLS fixes for signed/unsigned issuesMatt Caswell
2014-12-03Remove "#if 0" codeMatt Caswell
2014-12-03If we really get a situation where the underlying mtu is less than the minimumMatt Caswell
2014-12-03Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-12-03The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell
2014-12-03Verify that we have a sensible message len and fail if notMatt Caswell
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell
2014-09-08RT3301: Discard too-long heartbeat requestsErik Auerswald
2014-08-06Remove some duplicate DTLS code.Adam Langley
2014-08-06Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell
2014-08-06Fix return code for truncated DTLS fragment.Adam Langley
2014-08-06Fix memory leak from zero-length DTLS fragments.Adam Langley
2014-08-06Fix DTLS handshake message size checks.Matt Caswell
2014-08-06Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell
2014-08-06Avoid double free when processing DTLS packets.Adam Langley
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-05Fix for CVE-2014-0195Dr. Stephen Henson
2014-06-05Fix CVE-2014-0221Dr. Stephen Henson
2014-06-02Typo: set i to -1 before goto.Sami Farin
2014-04-07Add heartbeat extension bounds check.Dr. Stephen Henson
2013-12-20Fix DTLS retransmission from previous session.Dr. Stephen Henson
2013-09-18Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson
2013-09-18Remove versions test from dtls1_buffer_messageDr. Stephen Henson
2013-09-18DTLS revision.Dr. Stephen Henson
2013-03-18Avoid unnecessary fragmentation.Michael Tuexen
2012-04-06Backport: Revise ssl code to use CERT_PKEY structure when outputting a certif...Dr. Stephen Henson
2012-04-06Backport: tidy/enhance certificate chain output code (from HEAD)Dr. Stephen Henson
2012-03-06PR: 2755Dr. Stephen Henson
2012-02-27PR: 2739Dr. Stephen Henson
2011-12-31PR: 2658Dr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-10-27PR: 2628Dr. Stephen Henson
2011-09-23PR: 2602Dr. Stephen Henson
2011-04-03PR: 2462Dr. Stephen Henson
2011-04-03PR: 2458Dr. Stephen Henson
2011-04-03PR: 2457Dr. Stephen Henson
2010-05-03PR: 2230Dr. Stephen Henson
2010-04-14fix signed/unsigned comparison warningsDr. Stephen Henson
2010-04-14PR: 2230Dr. Stephen Henson
2010-03-24PR: 1731 and maybe 2197Dr. Stephen Henson
2009-12-01PR: 2115Dr. Stephen Henson
2009-11-02PR: 2089Dr. Stephen Henson
2009-10-01PR: 2054Dr. Stephen Henson
2009-08-12PR: 1997Dr. Stephen Henson
2009-07-15Fix error codes and indentation.Dr. Stephen Henson