aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_channel.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up close_notify handling in TLSJack Lloyd2019-08-011-0/+2
* Fix DTLS reconnectionJack Lloyd2019-07-131-6/+13
* Return the record metadata in a structJack Lloyd2019-07-051-0/+1
* Fix various issues in TLS found using BoGoJack Lloyd2019-05-201-0/+2
* On resuming a client session, save the certificates that were used.Jack Lloyd2017-12-071-1/+1
* Add <functional> include to TLS headers which use std::functionJack Lloyd2017-11-141-0/+1
* More include header cleanupsJack Lloyd2017-09-211-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-25/+25
* No reason to deprecate this (only internally called) constructorJack Lloyd2016-11-261-1/+2
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+4
* Improve tls doxygen [ci skip]René Korthaus2016-10-191-0/+18
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-11/+12
* Compatibility patch for TLS::Callback interfaceMatthias Gierlings2016-06-191-0/+23
* Added virtual Callback InterfaceMatthias Gierlings2016-06-191-45/+2
* Implemented Feedback on GH #457Matthias Gierlings2016-06-191-1/+1
* Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-19/+62
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-2/+0
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-22/+0
* TLS improvementsJack Lloyd2015-10-251-3/+14
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-8/+13
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Support setting the number of pad bytes in a heartbeat message. Uselloyd2015-01-071-47/+49
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-0/+3
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-061-2/+13
* Avoid initializer lists here, VC2013 doesn't like it. Github #18lloyd2014-05-011-5/+3
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+259