summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2017-03-23Guard last few debugging printfs in libsslRichard Levitte
2017-03-13Fix DTLSv1_listen() sequence numbersMatt Caswell
2016-09-21Make message buffer slightly larger than message.Dr. Stephen Henson
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-22Silence some "maybe used uninitialised" warningsMatt Caswell
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-03-18Add a check for a failed mallocMatt Caswell
2015-12-10Ensure |rwstate| is set correctly on BIO_flushMatt Caswell
2015-12-10Fix DTLS handshake fragment retriesMatt Caswell
2015-08-11Fix "make test" seg fault with SCTP enabledMatt Caswell
2015-06-10DTLS handshake message fragments musn't span packetsMatt Caswell
2015-06-01Check the message type requested is the type received in DTLSMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-09Fix DTLS1_BAD_VER regressionMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
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