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
/
lib
/
tls
/
tls_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
prepare TLS 1.2 for addition of TLS 1.3
Hannes Rantzsch
2022-04-04
1
-674
/
+58
*
Use C++17's concat namespace feature
Jack Lloyd
2022-02-06
1
-5
/
+1
*
Fix clang-tidy readability-container-size-empty warnings
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Ciphersuite::by_id() ::from_name() return a std::optional
René Meusel
2021-10-28
1
-1
/
+2
*
Avoid raw pointers in TLS
Jack Lloyd
2021-04-08
1
-4
/
+4
*
More raw pointer removal
Jack Lloyd
2021-04-05
1
-1
/
+1
*
Remove TLS 1.0/1.1 and DTLS 1.0
Jack Lloyd
2021-04-01
1
-1
/
+1
*
Update the BoringSSL runner and update the shim
Jack Lloyd
2020-12-05
1
-0
/
+9
*
Make this comment easier to read
Jack Lloyd
2020-11-30
1
-1
/
+2
*
Remove outer shared_ptr from Certificate in certstore interface
Jack Lloyd
2020-11-23
1
-2
/
+2
*
Remove SRP support from TLS
Jack Lloyd
2020-11-23
1
-21
/
+13
*
Remove deprecated TLS interfaces
Jack Lloyd
2020-11-08
1
-49
/
+3
*
Fix LGTM warning
Jack Lloyd
2020-06-18
1
-1
/
+1
*
Enforce TLS server certificate key usage constraints
Jack Lloyd
2020-06-09
1
-0
/
+24
*
Fix DTLS reconnection
Jack Lloyd
2019-07-13
1
-5
/
+8
*
Add TLS v1.3 downgrade indicator
Jack Lloyd
2019-07-12
1
-0
/
+6
*
Add support for HelloVerifyRequest on server side
Jack Lloyd
2019-06-18
1
-1
/
+0
*
Fix more MSVC warnings
Jack Lloyd
2019-06-14
1
-2
/
+2
*
Remove bogus comment
Jack Lloyd
2019-05-24
1
-1
/
+0
*
Fix various issues in TLS found using BoGo
Jack Lloyd
2019-05-20
1
-36
/
+138
*
Fix some warnings new in GCC 8.1
Jack Lloyd
2018-05-07
1
-8
/
+8
*
Use enums to represent TLS signature and kex algorithms.
Jack Lloyd
2018-01-28
1
-9
/
+12
*
Avoid resuming a session if policy doesn't allow it
Jack Lloyd
2018-01-28
1
-1
/
+1
*
For TLS client auth add callback giving list of trusted CA names
Jack Lloyd
2018-01-27
1
-3
/
+4
*
Add an examine callback also
Jack Lloyd
2018-01-27
1
-0
/
+2
*
Add ability for application to control which TLS extensions are used
Jack Lloyd
2018-01-27
1
-0
/
+2
*
Remove vestigial support for TLS compression
Jack Lloyd
2018-01-21
1
-4
/
+2
*
Avoid saving a resumed session multiple times
Jack Lloyd
2017-12-07
1
-1
/
+3
*
On resuming a client session, save the certificates that were used.
Jack Lloyd
2017-12-07
1
-2
/
+11
*
Add copyright statements to files modified in the preceding 2 commits
Harry Reimann
2017-12-04
1
-0
/
+1
*
Make support for certificate status messages optional via policy
Harry Reimann
2017-12-04
1
-2
/
+22
*
Add an explicit catch for a server trying to negotiate SSLv3
Jack Lloyd
2017-11-28
1
-1
/
+7
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-2
/
+0
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-5
/
+5
*
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
1
-26
/
+60
*
Add TLS::Policy::minimum_signature_strength
Jack Lloyd
2016-11-25
1
-1
/
+2
*
Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks
Jack Lloyd
2016-11-23
1
-1
/
+6
*
Fix TLS resumption bugs
Jack Lloyd
2016-10-27
1
-11
/
+18
*
Merge master into this branch, resolving conflicts with #457/#576
Jack Lloyd
2016-08-31
1
-17
/
+36
|
\
|
*
Changes to TLS::Callbacks for GH PR #457
Jack Lloyd
2016-08-16
1
-6
/
+3
|
*
Removed Handshake_Info class.
Matthias Gierlings
2016-06-19
1
-9
/
+7
|
*
Removed TLS::Session::Properties
Matthias Gierlings
2016-06-19
1
-13
/
+13
|
*
Compatibility patch for TLS::Callback interface
Matthias Gierlings
2016-06-19
1
-7
/
+53
|
*
Added virtual Callback Interface
Matthias Gierlings
2016-06-19
1
-1
/
+4
|
*
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
-56
/
+31
*
|
Address some issues with PR 492
Jack Lloyd
2016-08-13
1
-1
/
+0
*
|
Encrypt-then-MAC extension (RFC 7366)
Juraj Somorovsky
2016-05-11
1
-0
/
+2
[next]