aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_lib.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell1-1/+2
2015-10-30Move in_handshake into STATEMMatt Caswell1-1/+1
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell1-2/+5
2015-10-30Change statem prefix to ossl_statemMatt Caswell1-1/+1
2015-10-30Reorganise state machine filesMatt Caswell1-2/+239
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell1-5/+2
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-3/+3
2015-09-23Sanity check cookie_lenMatt Caswell1-1/+2
2015-09-23DTLSv1_listen rewriteMatt Caswell1-7/+378
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-1/+0
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-6/+6
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-04-30Remove redundant includes from dtls1.hMatt Caswell1-0/+6
2015-04-16Code style: space after 'if'Viktor Dukhovni1-3/+3
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell1-19/+1
2015-03-26Fix seg fault in dtls1_newMatt Caswell1-6/+4
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell1-34/+1
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell1-2/+0
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell1-0/+10
2015-03-23Fix SSL_clear unused returnMatt Caswell1-1/+2
2015-03-23ssl3_set_handshake_header returnsMatt Caswell1-7/+7
2015-03-23Fix missing return value checksMatt Caswell1-1/+5
2015-03-19Fix Seg fault in DTLSv1_listenMatt Caswell1-0/+3
2015-03-09Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse1-1/+1
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-426/+414
2014-12-04dtls1_new: free s on error pathKurt Roeckx1-4/+9
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell1-4/+0
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell1-1/+5
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell1-0/+25
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell1-1/+2
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell1-4/+2
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller1-0/+19
2014-06-29Constification - mostly originally from Chromium.Ben Laurie1-2/+2
2014-06-02Free up s->d1->buffered_app_data.q properly.zhu qun-ying1-3/+6
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov1-0/+4
2013-04-09Dual DTLS version methods.Dr. Stephen Henson1-2/+2
2013-04-08Set s->d1 to NULL after freeing it.Dr. Stephen Henson1-0/+1
2013-03-28Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson1-3/+4
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson1-1/+20
2013-03-18DTLS revision.Dr. Stephen Henson1-0/+23
2013-01-19Improve WINCE support.Andy Polyakov1-2/+2
2012-12-16d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov1-5/+9
2012-04-18correct error codesDr. Stephen Henson1-1/+1
2012-03-09PR: 2756Dr. Stephen Henson1-14/+23
2012-03-06PR: 2755Dr. Stephen Henson1-0/+5
2011-12-31PR: 2658Dr. Stephen Henson1-0/+8
2011-12-25PR: 2535Dr. Stephen Henson1-0/+9