diff options
author | lloyd <[email protected]> | 2011-12-28 16:08:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-28 16:08:42 +0000 |
commit | 5ee3046bc9b8517bb6de5eda34f03ee907f9ff16 (patch) | |
tree | 1ce7355bd7198ea195eb26078fe14891d975c4f8 /src/tls/tls_state.h | |
parent | 19b985eae73839fdd7547f48b999377c4d1ff47e (diff) |
Working though hacking client verify (server side only). Only supports
TLS 1.0/1.1, SSLv3 uses a different hash format. Only RSA certs tested
so far.
Diffstat (limited to 'src/tls/tls_state.h')
-rw-r--r-- | src/tls/tls_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_state.h b/src/tls/tls_state.h index 63f89132d..4d1ae9d6d 100644 --- a/src/tls/tls_state.h +++ b/src/tls/tls_state.h @@ -46,7 +46,7 @@ class Handshake_State CipherSuite suite; SessionKeys keys; - HandshakeHash hash; + TLS_Handshake_Hash hash; SecureQueue queue; |