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_messages.h | |
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_messages.h')
-rw-r--r-- | src/tls/tls_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_messages.h b/src/tls/tls_messages.h index 920a1c7a7..ff6ebda4d 100644 --- a/src/tls/tls_messages.h +++ b/src/tls/tls_messages.h @@ -238,6 +238,7 @@ class Client_Key_Exchange : public Handshake_Message Handshake_State* state, Credentials_Manager& creds, const std::vector<X509_Certificate>& peer_certs, + const std::string& hostname, RandomNumberGenerator& rng); Client_Key_Exchange(const MemoryRegion<byte>& buf, |