aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-7/+7
* Add tests for DTLSv1_listenMatt Caswell2016-02-051-10/+13
* Provide partial support for fragmented DTLS ClientHellosMatt Caswell2016-02-051-6/+20
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-27/+23
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* constify PACKETEmilia Kasper2016-02-011-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-2/+2
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-1/+1
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-35/+3
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-3/+13
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-2/+0
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-1/+1
* Remove a trivially true OPENSSL_assertMatt Caswell2015-11-021-6/+0
* Make dtls1_link_min_mtu staticMatt Caswell2015-10-301-1/+2
* Move in_handshake into STATEMMatt Caswell2015-10-301-1/+1
* Fix DTLSv1_listen following state machine changesMatt Caswell2015-10-301-2/+5
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-1/+1
* Reorganise state machine filesMatt Caswell2015-10-301-2/+239
* Convert DTLSv1_listen to use new state machine codeMatt Caswell2015-10-301-5/+2
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-3/+3
* Sanity check cookie_lenMatt Caswell2015-09-231-1/+2
* DTLSv1_listen rewriteMatt Caswell2015-09-231-7/+378
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-1/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-6/+6
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* 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