summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_dtls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Defer Finished MAC handling until after state transitionMatt Caswell2021-04-281-15/+36
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-27/+12
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-3/+3
* Update copyright yearMatt Caswell2020-10-151-1/+1
* DTLS: free allocated memory on error pathsPauli2020-09-151-2/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-7/+7
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Don't memcpy the contents of an empty fragmentMatt Caswell2018-05-121-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-4/+6
* Check for alerts while waiting for a dry eventMatt Caswell2018-03-211-1/+19
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Don't calculate the Finished MAC twiceMatt Caswell2018-02-091-0/+9
* More record layer conversions to use SSLfatal()Matt Caswell2017-12-081-1/+1
* Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell2017-12-041-34/+52
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-1/+4
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-20/+24
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-3/+3
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-251-0/+3
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-1/+2
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-2/+3
* Fix a few double ;FdaSilvaYY2017-01-251-1/+1
* Remove heartbeat supportRichard Levitte2016-11-131-5/+0
* Rename all "read" variables with "readbytes"Matt Caswell2016-11-041-20/+21
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-4/+3
* Resolve some outstanding size_t related TODOsMatt Caswell2016-11-041-5/+0
* Update misc function params in libssl for size_tMatt Caswell2016-11-041-2/+2
* Convert libssl writing for size_tMatt Caswell2016-11-041-71/+71
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-20/+23
* Harmonise setting the header and closing constructionMatt Caswell2016-10-031-42/+30
* Move init of the WPACKET into write_state_machine()Matt Caswell2016-10-031-16/+5
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-021-7/+1
* Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell2016-09-211-17/+18
* make update and fix some associated mis-matched error codesMatt Caswell2016-09-211-3/+3
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-2/+2
* Convert CCS construction to WPACKETMatt Caswell2016-09-201-5/+25
* Convert CKE construction to use the WPACKET APIMatt Caswell2016-09-141-1/+2
* Fix a few style nits in the wpacket codeMatt Caswell2016-09-131-1/+0
* Address WPACKET review commentsMatt Caswell2016-09-131-0/+1
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-3/+3
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-7/+7
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-0/+43
* Fix DTLS buffered message DoS attackMatt Caswell2016-08-221-16/+16
* Indent ssl/Emilia Kasper2016-08-181-27/+15
* spelling fixes, just comments and readme.klemens2016-08-061-1/+1
* Never expose ssl->bbio in the public API.Matt Caswell2016-07-201-3/+3
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1