diff options
author | lloyd <[email protected]> | 2012-04-05 01:30:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-05 01:30:24 +0000 |
commit | 47908b70683d9d0789be4fd4168c7e1ec52307ea (patch) | |
tree | 605d709f4603da8c42b93094631f7e9734b67937 /src/tls/tls_client.cpp | |
parent | f4ae793a4af5d0c9883a2a1555a539c925982239 (diff) |
Initial client-side support for SRP (finally!). Tested against OpenSSL
1.0.1, only the certificate versions tested currently as OpenSSL
doesn't support anon SRP.
Diffstat (limited to 'src/tls/tls_client.cpp')
-rw-r--r-- | src/tls/tls_client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_client.cpp b/src/tls/tls_client.cpp index 2ec7eec2e..850d053a2 100644 --- a/src/tls/tls_client.cpp +++ b/src/tls/tls_client.cpp @@ -342,6 +342,7 @@ void Client::process_handshake_msg(Handshake_Type type, state, creds, peer_certs, + state->client_hello->sni_hostname(), rng); state->keys = Session_Keys(state, |