aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-011-45/+1
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-1/+1
* Add -Wshorten-64-to-32 for ClangJack Lloyd2020-11-081-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+1
* Fix warnings in CLI socket operationsJack Lloyd2019-12-061-10/+9
* 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-14/+2
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-1/+1
* Fix various MSVC warningsJack Lloyd2019-06-291-1/+1
* Mark some classes as finalJack Lloyd2019-05-091-1/+1
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-1/+1
* Avoid calling memset, memcpy within library codeJack Lloyd2018-11-171-1/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-1/+1
* Fix TLS client CLI which was broken by disabling v1.0/v1.1 by defaultJack Lloyd2018-09-121-10/+48
* Remove redundant access specifierJack Lloyd2018-04-091-1/+0
* Add some options to tls_client cli to control trusted CAsJack Lloyd2018-03-241-9/+10
* 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
|/
* Add wrapper functions to clean up cli code using socketsJack Lloyd2017-12-231-55/+3
* Avoid uninitialized field warningsJack Lloyd2017-12-231-1/+2
* Refactor option parsing in cli and test codeJack Lloyd2017-10-241-0/+2
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-3/+3
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Avoid leaking address info in the case of a connection failureJack Lloyd2017-09-031-2/+2
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-021-2/+2
* Add support for Windows sockets to http_utilRené Korthaus2017-08-041-2/+50
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-31/+50
* tls_client must not pass an IP address as server informationAlexander Bluhm2017-03-251-1/+11
* Add support for reaching IPv6 hosts in the tls_client CLIRené Korthaus2017-03-211-20/+26
* Document TLS::Policy::require_cert_revocation_infoJack Lloyd2016-11-281-1/+2
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-2/+5
* Add TLS::Policy::minimum_signature_strengthJack Lloyd2016-11-251-2/+3
* Report OCSP status in tls_clientJack Lloyd2016-11-231-0/+7
* Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-0/+26
* Fix TLS client next protocol handlingJack Lloyd2016-11-161-1/+2
* Remove remaining old style casts.Jack Lloyd2016-11-091-3/+2
* Initialize member variable (Coverity find)Jack Lloyd2016-10-221-1/+1
* Maintainer mode fixesJack Lloyd2016-08-311-2/+2
* Fix another unused variable warningJack Lloyd2016-08-311-1/+1
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-22/+16
* Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-4/+3
* Added virtual Callback InterfaceMatthias Gierlings2016-06-191-1/+1
* Implemented Feedback on GH #457Matthias Gierlings2016-06-191-2/+2
* Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-7/+10
* TLS client featuresJack Lloyd2016-03-161-9/+52
* Remove TLS heartbeat support.Jack Lloyd2016-02-071-2/+0
* 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