aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_handshake_io.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* Split more carefully to exactly MTU in DTLS handshake fragmentation.Jack Lloyd2019-07-181-11/+25
* Fix DTLS reconnectionJack Lloyd2019-07-131-2/+13
* Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-181-1/+7
* Add script for running TLS fuzzerJack Lloyd2019-05-241-0/+3
* Avoid unnecessary copies during TLS handshakeJack Lloyd2019-05-241-19/+18
* Verify contents of DTLS CCS messageJack Lloyd2019-05-231-0/+3
* Fix DTLS MTU splittingJack Lloyd2019-05-211-19/+5
* Fix some MSVC warningsJack Lloyd2018-12-101-2/+2
* Slight refactoring to avoid GCC signed overflow warnings. [ci skip]Jack Lloyd2018-05-081-4/+4
* Export tls_messages.h as a public headerRené Korthaus2016-12-231-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-63/+63
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-3/+3
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-3/+3
* TLS improvementsJack Lloyd2015-10-251-50/+47
* More changes for use with debug STLSimon Warta2015-06-301-2/+8
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Not helpfullloyd2014-11-161-1/+0
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-0/+1
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-061-14/+87
* A std::deque's memory is not guaranteed to be contiguouslloyd2014-04-061-1/+1
* Move lib into srclloyd2014-01-101-0/+381