diff options
author | lloyd <[email protected]> | 2011-12-30 20:20:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-30 20:20:42 +0000 |
commit | deb92d7f6d43206c04f332625d6b1e1a2abc444d (patch) | |
tree | 06c331d7f51071750091e013c6f853c015eacd18 /src/tls/tls_session_key.h | |
parent | 766f5eeb5c99936e7ddcf3e4c82095f087b6e928 (diff) |
Add a function for getting the version number of an active connection.
Add a new callback that is called with the session info when a
handshake completes. Currently only called on the server side as
the client doesn't have session resumption yet.
Rename CipherSuite to TLS_Cipher_Suite.
Diffstat (limited to 'src/tls/tls_session_key.h')
-rw-r--r-- | src/tls/tls_session_key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_session_key.h b/src/tls/tls_session_key.h index 76cb7e3e1..a698dfcfc 100644 --- a/src/tls/tls_session_key.h +++ b/src/tls/tls_session_key.h @@ -33,7 +33,7 @@ class SessionKeys SessionKeys() {} - SessionKeys(const CipherSuite& suite, + SessionKeys(const TLS_Cipher_Suite& suite, Version_Code version, const MemoryRegion<byte>& pre_master, const MemoryRegion<byte>& client_random, |