aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-1/+1
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-281-5/+5
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-011-12/+0
* Remove SRP support from TLSJack Lloyd2020-11-231-2/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Add a 'none' OS target for bare metal builds.Jack Lloyd2020-03-141-1/+1
* Fix crashes in tls_client_hello printer cliJack Lloyd2020-01-161-2/+20
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+1
* In CLI support setting TLS policy to any known typeJack Lloyd2019-07-221-71/+3
* Fix TLS client CLI which was broken by disabling v1.0/v1.1 by defaultJack Lloyd2018-09-121-2/+8
* Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-221-0/+6
* Add 192-bit Suite B policyJack Lloyd2018-06-141-1/+5
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-3/+3
* In client hello printer, don't require the handshake headerJack Lloyd2018-01-271-11/+8
* Print a command description for cli helpRené Korthaus2018-01-041-0/+20
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-7/+2
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-021-1/+1
* De-inline TLS::Text_PolicyJack Lloyd2017-09-211-0/+1
* Add missing overrideJack Lloyd2017-09-031-1/+1
* Add a CLI util for inspecting TLS client hellosJack Lloyd2017-09-011-0/+111
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-6/+18
* Content:Tomasz Frydrych2017-04-031-1/+1
* Add tls_ciphers commandJack Lloyd2016-12-281-0/+123