summaryrefslogtreecommitdiff
path: root/ssl/statem/statem_dtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-2/+4
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-5/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-110/+5
* GH356: Change assert to normal errorSergio Garcia Murillo2016-05-051-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-7/+6
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-1/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-2/+2