index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cli
/
tls_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid leaking address info in the case of a connection failure
Jack Lloyd
2017-09-03
1
-2
/
+2
*
Avoid using std::cout and std::cerr within cli code
Jack Lloyd
2017-09-02
1
-2
/
+2
*
Add support for Windows sockets to http_util
René Korthaus
2017-08-04
1
-2
/
+50
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-31
/
+50
*
tls_client must not pass an IP address as server information
Alexander Bluhm
2017-03-25
1
-1
/
+11
*
Add support for reaching IPv6 hosts in the tls_client CLI
René Korthaus
2017-03-21
1
-20
/
+26
*
Document TLS::Policy::require_cert_revocation_info
Jack Lloyd
2016-11-28
1
-1
/
+2
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-2
/
+5
*
Add TLS::Policy::minimum_signature_strength
Jack Lloyd
2016-11-25
1
-2
/
+3
*
Report OCSP status in tls_client
Jack Lloyd
2016-11-23
1
-0
/
+7
*
Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks
Jack Lloyd
2016-11-23
1
-0
/
+26
*
Fix TLS client next protocol handling
Jack Lloyd
2016-11-16
1
-1
/
+2
*
Remove remaining old style casts.
Jack Lloyd
2016-11-09
1
-3
/
+2
*
Initialize member variable (Coverity find)
Jack Lloyd
2016-10-22
1
-1
/
+1
*
Maintainer mode fixes
Jack Lloyd
2016-08-31
1
-2
/
+2
*
Fix another unused variable warning
Jack Lloyd
2016-08-31
1
-1
/
+1
*
Changes to TLS::Callbacks for GH PR #457
Jack Lloyd
2016-08-16
1
-22
/
+16
*
Removed TLS::Session::Properties
Matthias Gierlings
2016-06-19
1
-4
/
+3
*
Added virtual Callback Interface
Matthias Gierlings
2016-06-19
1
-1
/
+1
*
Implemented Feedback on GH #457
Matthias Gierlings
2016-06-19
1
-2
/
+2
*
Reduction of code complexity in TLS classes.
Matthias Gierlings
2016-06-19
1
-7
/
+10
*
TLS client features
Jack Lloyd
2016-03-16
1
-9
/
+52
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
1
-2
/
+0
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-1
/
+1
*
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
1
-1
/
+1
*
Add Command::rng()
Jack Lloyd
2015-12-27
1
-5
/
+3
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-6
/
+6
*
CLI rewrite
Jack Lloyd
2015-12-19
1
-201
/
+199
*
Rename cmd/app -> cli
Simon Warta
2015-12-09
1
-0
/
+294