aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bad write if a socket error occurred using --dump-tracesJack Lloyd2017-09-071-5/+5
* Add --dump-traces option to tls_serverJack Lloyd2017-09-021-1/+18
* Add a script for running TLS-Attacker, remove old shell scriptsJack Lloyd2017-09-021-20/+18
* Enforce signature hash policy properlyJack Lloyd2017-08-311-1/+1
* Add support for Windows sockets to http_utilRené Korthaus2017-08-041-1/+38
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-29/+56
* TLS CBC functionality now exposed to the library developer. Useful for direct...Juraj Somorovsky2016-11-191-20/+31
* Remove remaining old style casts.Jack Lloyd2016-11-091-3/+3
* TLS Policy supportChristian Mainka2016-05-031-3/+20
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-21/+28
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-3/+3
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-1/+1
* Add Command::rng()Jack Lloyd2015-12-271-6/+3
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-6/+6
* CLI rewriteJack Lloyd2015-12-191-154/+130
* Rename cmd/app -> cliSimon Warta2015-12-091-0/+270