aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_cert_verify.cpp
Commit message (Expand)AuthorAgeFilesLines
* review commentsRené Meusel2022-04-051-1/+2
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-11/+17
* Use C++17's concat namespace featureJack Lloyd2022-02-061-5/+1
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-4/+4
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-011-7/+2
* silence trivial warningsNuno Goncalves2019-10-201-0/+1
* Fix various issues in TLS found using BoGoJack Lloyd2019-05-201-0/+1
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-0/+3
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-8/+7
* 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-6/+5
* Export tls_messages.h as a public headerRené Korthaus2016-12-231-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Disable TLS signature and finished message checks in fuzzer modeJack Lloyd2016-12-171-1/+8
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-3/+2
* Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-071-3/+4
* Address some issues with PR 492Jack Lloyd2016-08-131-0/+2
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-1/+1
* Check that TLS signature type is accepted by the policy.Jack Lloyd2016-03-061-2/+4
* String comparision fixesDaniel Neus2016-01-041-1/+1
* Convert PK operations to using Algo_Registry instead of Engine.lloyd2015-02-031-1/+1
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-23/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have TLS_Data_Reader decoding errors include the actual msg type namelloyd2014-04-121-1/+1
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Move lib into srclloyd2014-01-101-0/+117