diff options
author | lloyd <[email protected]> | 2012-04-18 19:44:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-04-18 19:44:59 +0000 |
commit | a8c026b7299d748b2e94f136377d6f46d4cb5da2 (patch) | |
tree | 9d768badeabcb0943156cef7d5934ea0dcb4a4ca /src/tls/tls_messages.h | |
parent | 7ab8373cc2dd32ce45c119134b05121459b2789e (diff) |
Add a bool param to renegotiate on if we should force a full
renegotiation or not.
Save the hostname in the client so we can pull the session from the
session manager.
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 4c2b1b797..d9146dda1 100644 --- a/src/tls/tls_messages.h +++ b/src/tls/tls_messages.h @@ -126,6 +126,7 @@ class Client_Hello : public Handshake_Message Handshake_Hash& hash, const Policy& policy, RandomNumberGenerator& rng, + const MemoryRegion<byte>& reneg_info, const Session& resumed_session, bool next_protocol = false); |