summaryrefslogtreecommitdiffstats
path: root/ssl/d1_both.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise state machine filesMatt Caswell2015-10-301-1517/+0
* Remove redundant codeMatt Caswell2015-10-301-150/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-23/+53
* dtls_get_message changes for state machine moveMatt Caswell2015-10-301-67/+142
* Remove remaining old listen codeMatt Caswell2015-09-231-7/+4
* DTLSv1_listen rewriteMatt Caswell2015-09-231-2/+13
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Fix CCM support in DTLSDr. Stephen Henson2015-09-021-1/+2
* Fix "make test" seg fault with SCTP enabledMatt Caswell2015-08-111-2/+5
* Fix make errors for the CCS changesMatt Caswell2015-08-031-1/+1
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-6/+53
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-6/+6
* DTLS handshake message fragments musn't span packetsMatt Caswell2015-06-101-8/+18
* Check the message type requested is the type received in DTLSMatt Caswell2015-06-011-0/+6
* Remove struct ccs_header_stMatt Caswell2015-05-291-7/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-3/+4
* free null cleanup finaleRich Salz2015-05-011-6/+3
* remove malloc castsRich Salz2015-04-281-4/+3
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell2015-03-261-19/+2
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-261-5/+6
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-9/+9
* Removed dependency on rrec from heartbeat processingMatt Caswell2015-03-261-6/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-6/+9
* RAND_bytes updatesMatt Caswell2015-03-251-4/+14
* Fix missing return value checksMatt Caswell2015-03-231-4/+5
* Fix DTLS1_BAD_VER regressionMatt Caswell2015-03-091-1/+3
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-27/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-20/+20
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1334/+1313
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+10
* 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