aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* Remove redundant includes from dtls1.hMatt Caswell2015-04-301-0/+6
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-261-19/+1
* Fix seg fault in dtls1_newMatt Caswell2015-03-261-6/+4
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-261-34/+1
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-261-2/+0
* Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell2015-03-261-0/+10
* Fix SSL_clear unused returnMatt Caswell2015-03-231-1/+2
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-7/+7
* Fix missing return value checksMatt Caswell2015-03-231-1/+5
* Fix Seg fault in DTLSv1_listenMatt Caswell2015-03-191-0/+3
* Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse2015-03-091-1/+1
* Fix post-reformat errors preventing windows compilationMatt Caswell2015-01-221-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-426/+414
* dtls1_new: free s on error pathKurt Roeckx2014-12-041-4/+9
* Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell2014-12-041-4/+0
* Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell2014-12-031-1/+5
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-0/+25
* The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell2014-12-031-1/+2
* Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell2014-11-261-4/+2
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+19
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-2/+2
* Free up s->d1->buffered_app_data.q properly.zhu qun-ying2014-06-021-3/+6
* bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov2014-03-061-0/+4
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-2/+2
* Set s->d1 to NULL after freeing it.Dr. Stephen Henson2013-04-081-0/+1
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-03-281-3/+4
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-1/+20
* DTLS revision.Dr. Stephen Henson2013-03-181-0/+23
* Improve WINCE support.Andy Polyakov2013-01-191-2/+2
* d1_lib.c,bss_dgram.c: eliminate dependency on _ftime.Andy Polyakov2012-12-161-5/+9
* correct error codesDr. Stephen Henson2012-04-181-1/+1
* PR: 2756Dr. Stephen Henson2012-03-091-14/+23
* PR: 2755Dr. Stephen Henson2012-03-061-0/+5
* PR: 2658Dr. Stephen Henson2011-12-311-0/+8
* PR: 2535Dr. Stephen Henson2011-12-251-0/+9
* Add TLS exporter.Ben Laurie2011-11-151-0/+1
* PR: 2602Dr. Stephen Henson2011-09-231-1/+8
* PR: 2543Dr. Stephen Henson2011-06-221-1/+1
* Oops use up to date patch for PR#2506Dr. Stephen Henson2011-05-251-1/+12
* PR: 2506Dr. Stephen Henson2011-05-251-8/+44
* PR: 2462Dr. Stephen Henson2011-04-031-0/+2
* Taken from OpenSSL_1_0_0-stable:Richard Levitte2010-11-221-1/+1
* PR: 2223Dr. Stephen Henson2010-04-061-0/+10
* PR: 2121Dr. Stephen Henson2009-12-081-191/+0
* PR: 2115Dr. Stephen Henson2009-12-011-0/+191
* PR: 2033Dr. Stephen Henson2009-09-091-0/+18
* Update default dependency flags.Dr. Stephen Henson2009-08-121-1/+1
* PR: 1997Dr. Stephen Henson2009-08-121-0/+53