summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
AgeCommit message (Expand)Author
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30dtls_get_message changes for state machine moveMatt Caswell
2015-09-23Remove remaining old listen codeMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-09-02Fix CCM support in DTLSDr. Stephen Henson
2015-08-11Fix "make test" seg fault with SCTP enabledMatt Caswell
2015-08-03Fix make errors for the CCS changesMatt Caswell
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt 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-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