aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-1/+1
* Add a cast for WindowsJack Lloyd2019-04-301-1/+1
* Fix tls_serverJack Lloyd2019-04-301-1/+9
* Tracing socket feature for the CLI TLS server.David Carlier2019-03-291-0/+27
* Fix some extra semicolonsJack Lloyd2019-03-271-1/+1
* Windows compilation fixVitaly Ivanov2019-02-221-1/+1
* macOS fix for tls_server in UDP/DTLS modeVitaly Ivanov2019-02-211-1/+4
* Sandboxing feature from CLI pov.David Carlier2019-01-141-1/+3
* Proposal of sandboxing feature.David Carlier2019-01-061-0/+6
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+1
* Fix file descriptor leak in tls_serverJack Lloyd2018-06-291-0/+2
* Add --max-clients= option to tls_server CLIJack Lloyd2018-06-281-1/+8
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+2
* Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-141-0/+10
|\
| * Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* | Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-1/+1
|/
* Convert TLS server to new style TLS interface (GH #1350)Jack Lloyd2017-12-231-78/+71
* Add wrapper functions to clean up cli code using socketsJack Lloyd2017-12-231-43/+4
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+1
* Remove various unused variablesJack Lloyd2017-10-021-1/+0
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-2/+2
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* 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