aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Remove unused parameters from internal functionsRich Salz1-2/+1
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-7/+7
2016-02-05Add tests for DTLSv1_listenMatt Caswell1-10/+13
2016-02-05Provide partial support for fragmented DTLS ClientHellosMatt Caswell1-6/+20
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell1-27/+23
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-5/+9
2016-02-01constify PACKETEmilia Kasper1-1/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Move pqueue into sslRich Salz1-2/+2
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni1-1/+1
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-35/+3
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx1-3/+13
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson1-2/+0
2015-11-09Standardise our style for checking malloc failuresMatt Caswell1-1/+1
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell1-6/+0
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