aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/msg_cert_req.cpp
Commit message (Expand)AuthorAgeFilesLines
* review commentsRené Meusel2022-04-051-0/+1
* prepare TLS 1.2 for addition of TLS 1.3Hannes Rantzsch2022-04-041-1/+23
* Use C++17's concat namespace featureJack Lloyd2022-02-061-5/+1
* Some fixes for modernize-loop-convertJack Lloyd2022-02-061-8/+7
* Fix clang-tidy readability-container-size-empty warningsJack Lloyd2022-02-061-1/+1
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-011-18/+9
* Update the BoringSSL runner and update the shimJack Lloyd2020-12-051-1/+1
* Let TLS serialization know which side we are sending asJack Lloyd2019-05-241-1/+1
* Fix various issues in TLS found using BoGoJack Lloyd2019-05-201-1/+1
* move instead of copyrumcajs2018-10-141-2/+2
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-14/+7
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Export tls_messages.h as a public headerRené Korthaus2016-12-231-2/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* String comparision fixesDaniel Neus2016-01-041-1/+1
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+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
* Move lib into srclloyd2014-01-101-0/+163