aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_session.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce TLS::Callbacks::tls_current_timestamp()René Meusel2022-05-181-6/+2
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-281-1/+1
* Remove SRP support from TLSJack Lloyd2020-11-231-7/+0
* Remove vestigial support for TLS compressionJack Lloyd2018-01-211-9/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-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-23/+23
* Improve tls doxygen [ci skip]René Korthaus2016-10-191-0/+6
* Address some issues with PR 492Jack Lloyd2016-08-131-1/+1
* Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-111-1/+6
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Remove support for the TLS min fragment length extension.Jack Lloyd2016-02-071-10/+1
* Add extended master secret extension (RFC 7627) to TLSJack Lloyd2016-01-031-1/+6
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-0/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).lloyd2015-01-041-12/+16
* Move lib into srclloyd2014-01-101-0/+206