aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | * fixes for deprecated constructions in c++11 and later (explicit rule of 3/5 or implicit rule of 0 and other violations) * `default` specifier instead of `{}` in some places(probably all) * removal of unreachable code (for example `return` after `throw`) * removal of compilation unit only visible, but not used functions * fix for `throw()` specifier - used instead `BOTAN_NOEXCEPT` * removed not needed semicolons
* Add tls_ciphers commandJack Lloyd2016-12-281-0/+123
Lists ciphersuites that will be sent for a particular policy/version.