From 47908b70683d9d0789be4fd4168c7e1ec52307ea Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 5 Apr 2012 01:30:24 +0000 Subject: 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. --- src/tls/tls_client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tls/tls_client.cpp') 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, -- cgit v1.2.3