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
*
Support getting a passphrase from most of the cli tools
Jack Lloyd
2018-12-01
1
-1
/
+1
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
1
-1
/
+1
*
Avoid using std::invalid_argument
Jack Lloyd
2018-11-07
1
-1
/
+1
*
Fix TLS client CLI which was broken by disabling v1.0/v1.1 by default
Jack Lloyd
2018-09-12
1
-10
/
+48
*
Remove redundant access specifier
Jack Lloyd
2018-04-09
1
-1
/
+0
*
Add some options to tls_client cli to control trusted CAs
Jack Lloyd
2018-03-24
1
-9
/
+10
*
Reorganize code to avoid cli/test build failures if filesystem disabled
Jack Lloyd
2018-01-19
1
-1
/
+2
*
Merge GH #1387 Improve help output of cli tool
Jack Lloyd
2018-01-14
1
-0
/
+10
|
\
|
*
Print a command description for cli help
René Korthaus
2018-01-04
1
-0
/
+10
*
|
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
1
-1
/
+1
|
/
*
Add wrapper functions to clean up cli code using sockets
Jack Lloyd
2017-12-23
1
-55
/
+3
*
Avoid uninitialized field warnings
Jack Lloyd
2017-12-23
1
-1
/
+2
*
Refactor option parsing in cli and test code
Jack Lloyd
2017-10-24
1
-0
/
+2
*
Use explicit :: or std:: to refer to functions in namespaces
Jack Lloyd
2017-10-01
1
-3
/
+3
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
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