aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_http_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ciphersuite::by_id() ::from_name() return a std::optionalRené Meusel2021-10-281-3/+3
* Remove most uses of explicit new operator in cliJack Lloyd2021-04-031-2/+2
* Fix constructorsJack Lloyd2020-12-141-1/+1
* Fix some warnings in the Boost specific code/testsJack Lloyd2020-09-271-1/+1
* FIX: build with --minimized-build --enable-modules=tls --with-boostRené Meusel2020-03-161-0/+1
* Reorder report from TLS HTTP test server cliJack Lloyd2020-03-041-1/+1
* prefer std::shared_ptr to boost::shared_ptrNuno Goncalves2019-10-151-4/+2
* tls cli: getting real number of cores as possible.David Carlier2019-09-141-1/+2
* Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-301-13/+4
* Fix tls_proxy and use =default for policy optionsJack Lloyd2019-07-221-1/+1
* In CLI support setting TLS policy to any known typeJack Lloyd2019-07-221-19/+2
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-1/+1
* Add --max-clients option to tls_proxy and tls_http_serverJack Lloyd2019-05-311-22/+50
* Mark some classes as finalJack Lloyd2019-05-091-1/+1
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-131-2/+2
* boost 1.70 compatibilityRalf van der Enden2019-04-051-1/+7
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-1/+1
* Avoid throwing std:: exceptionsJack Lloyd2018-11-071-1/+1
* Properly set thread counts in asio TLS serversJack Lloyd2018-05-091-3/+21
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
* Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* Add tls_http_server cmd utilJack Lloyd2017-11-261-0/+543