summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
AgeCommit message (Expand)Author
2016-02-05Provide partial support for fragmented DTLS ClientHellosMatt Caswell
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-09-23Sanity check cookie_lenMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Fix seg fault in dtls1_newMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell
2015-03-23Fix SSL_clear unused returnMatt Caswell
2015-03-23ssl3_set_handshake_header returnsMatt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-19Fix Seg fault in DTLSv1_listenMatt Caswell
2015-03-09Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-04dtls1_new: free s on error pathKurt Roeckx
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-02Free up s->d1->buffered_app_data.q properly.zhu qun-ying
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov