aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
Commit message (Expand)AuthorAgeFilesLines
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+7
* Remove extraneous white space, and add some bracesMatt Caswell2014-12-161-1/+5
* DTLS fixes for signed/unsigned issuesMatt Caswell2014-12-151-9/+27
* dtls1_heartbeat: check for NULL after allocating s->cert->ctypesJonas Maebe2014-12-041-0/+5
* dtls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe2014-12-041-0/+2
* Remove "#if 0" codeMatt Caswell2014-12-031-22/+0
* If we really get a situation where the underlying mtu is less than the minimumMatt Caswell2014-12-031-1/+4
* Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell2014-12-031-37/+24
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-17/+37
* The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell2014-12-031-9/+13
* The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell2014-12-031-2/+9
* Verify that we have a sensible message len and fail if notMatt Caswell2014-12-031-2/+8
* Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell2014-11-261-2/+1
* RT3301: Discard too-long heartbeat requestsErik Auerswald2014-09-081-0/+3
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
* Remove some duplicate DTLS code.Adam Langley2014-08-061-12/+4
* Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell2014-08-061-1/+3
* Fix return code for truncated DTLS fragment.Adam Langley2014-08-061-1/+3
* Fix memory leak from zero-length DTLS fragments.Adam Langley2014-08-061-3/+19
* Fix DTLS handshake message size checks.Matt Caswell2014-08-061-13/+16
* Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell2014-08-061-1/+2
* Avoid double free when processing DTLS packets.Adam Langley2014-08-061-4/+2
* Fix null pointer errors.Dr. Stephen Henson2014-06-101-0/+2
* Fix for CVE-2014-0195Dr. Stephen Henson2014-06-051-0/+9
* Fix CVE-2014-0221Dr. Stephen Henson2014-06-051-2/+2
* Typo: set i to -1 before goto.Sami Farin2014-06-021-1/+1
* Add heartbeat extension bounds check.Dr. Stephen Henson2014-04-071-8/+18
* Fix DTLS retransmission from previous session.Dr. Stephen Henson2013-12-201-0/+6
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-03-281-2/+7
* Remove versions test from dtls1_buffer_messageDr. Stephen Henson2013-03-261-1/+1
* DTLS revision.Dr. Stephen Henson2013-03-181-78/+0
* Avoid unnecessary fragmentation.Michael Tuexen2013-03-181-3/+4
* PR: 2755Dr. Stephen Henson2012-03-061-2/+2
* PR: 2739Dr. Stephen Henson2012-02-271-1/+2
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-2/+2
* Tidy/enhance certificate chain output code.Dr. Stephen Henson2012-01-261-59/+3
* PR: 2658Dr. Stephen Henson2011-12-311-1/+151
* PR: 2535Dr. Stephen Henson2011-12-251-0/+21
* PR: 2628Dr. Stephen Henson2011-10-271-2/+13
* PR: 2602Dr. Stephen Henson2011-09-231-5/+3
* PR: 2462Dr. Stephen Henson2011-04-031-14/+0
* PR: 2458Dr. Stephen Henson2011-04-031-4/+10
* PR: 2457Dr. Stephen Henson2011-04-031-1/+1
* PR: 2230Dr. Stephen Henson2010-05-031-13/+14
* fix signed/unsigned comparison warningsDr. Stephen Henson2010-04-141-3/+3
* PR: 2230Dr. Stephen Henson2010-04-141-83/+231
* PR: 1731 and maybe 2197Dr. Stephen Henson2010-03-241-0/+2
* PR: 2115Dr. Stephen Henson2009-12-011-0/+18
* PR: 2089Dr. Stephen Henson2009-11-021-3/+15
* PR: 2054Dr. Stephen Henson2009-10-011-1/+1