aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Command::rng()Jack Lloyd2015-12-271-5/+3
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-6/+6
* CLI rewriteJack Lloyd2015-12-191-201/+199
* Rename cmd/app -> cliSimon Warta2015-12-091-0/+294