summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_dtls.c
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-28Defer Finished MAC handling until after state transitionMatt Caswell
2021-04-22Update copyright yearMatt Caswell
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-09-16DTLS: free allocated memory on error pathsPauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2017-12-08More record layer conversions to use SSLfatal()Matt Caswell
2017-12-04Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell
2017-12-04Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell
2017-08-03Move ossl_assertMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-05-19Try to be more consistent about the alerts we sendMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Resolve some outstanding size_t related TODOsMatt Caswell
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-09-21Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell
2016-09-21make update and fix some associated mis-matched error codesMatt Caswell
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-20Convert CCS construction to WPACKETMatt Caswell
2016-09-14Convert CKE construction to use the WPACKET APIMatt Caswell
2016-09-13Fix a few style nits in the wpacket codeMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell
2016-09-13Rename PACKETW to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell