diff options
author | Matthias Gierlings <[email protected]> | 2016-06-19 20:23:19 +0200 |
---|---|---|
committer | Matthias Gierlings <[email protected]> | 2016-06-19 20:23:19 +0200 |
commit | 0d38a540cca29955a50acda165e6d8643793e846 (patch) | |
tree | 4520da4db326afac26dbd1ff17f0d57f54c9a0e6 /src/lib/tls/tls_blocking.h | |
parent | 129324f68f59bea91b3b8901875eeb278acb34b1 (diff) |
Removed TLS::Session::Properties
- Removed proposed wrapper class to logically group TLS session
properties.
Diffstat (limited to 'src/lib/tls/tls_blocking.h')
-rw-r--r-- | src/lib/tls/tls_blocking.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/tls/tls_blocking.h b/src/lib/tls/tls_blocking.h index 51f860008..cba44b524 100644 --- a/src/lib/tls/tls_blocking.h +++ b/src/lib/tls/tls_blocking.h @@ -39,7 +39,9 @@ class BOTAN_DLL Blocking_Client Credentials_Manager& creds, const Policy& policy, RandomNumberGenerator& rng, - TLS::Client::Properties& properties); + const Server_Information& server_info = Server_Information(), + const Protocol_Version& offer_version = Protocol_Version::latest_tls_version(), + const std::vector<std::string>& next_protos = {}); /** * Completes full handshake then returns |