summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
AgeCommit message (Expand)Author
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-05-29Remove struct ccs_header_stMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Removed dependency on rrec from heartbeat processingMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-09Fix DTLS1_BAD_VER regressionMatt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-01-22Re-align some comments after running the reformat script.Matt 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
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-16Remove extraneous white space, and add some bracesMatt Caswell
2014-12-15DTLS fixes for signed/unsigned issuesMatt Caswell
2014-12-04dtls1_heartbeat: check for NULL after allocating s->cert->ctypesJonas Maebe
2014-12-04dtls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
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-18RT1815: More const'ness improvementsJustin Blanchard
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-03-28Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson