diff options
author | lloyd <[email protected]> | 2011-12-29 18:20:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-29 18:20:13 +0000 |
commit | 97a274401167ea68b6284d6abb30351ee3243460 (patch) | |
tree | 4e6468351dc936fd97d3c61d196942c9faf661ae /src/tls/tls_channel.h | |
parent | b500ef1a58f977f5ce5869e7160615f7b44876e7 (diff) |
About half an implementation of RFC 5746
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r-- | src/tls/tls_channel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h index d74504ccd..f8b53684d 100644 --- a/src/tls/tls_channel.h +++ b/src/tls/tls_channel.h @@ -77,6 +77,9 @@ class BOTAN_DLL TLS_Channel class Handshake_State* state; + bool secure_renegotiation; + MemoryVector<byte> client_verify_data, server_verify_data; + bool active; }; |