aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_handshake_state.h
Commit message (Expand)AuthorAgeFilesLines
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-205/+0
* Extract helper for handshake message transitionsRené Meusel2022-04-041-2/+2
* remove default c'tor from TLS::CiphersuiteRené Meusel2021-10-281-2/+3
* Avoid raw pointers in TLSJack Lloyd2021-04-081-1/+1
* KDF::createJack Lloyd2021-04-051-1/+1
* Remove SRP support from TLSJack Lloyd2020-11-231-2/+0
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-4/+2
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Move TLS signature and key exchange code into callbacksHarry Reimann2017-12-041-0/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-0/+6
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-10/+4
* Check that TLS signature type is accepted by the policy.Jack Lloyd2016-03-061-3/+5
* TLS improvementsJack Lloyd2015-10-251-3/+3
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-6/+0
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-2/+1
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+210