diff options
author | lloyd <[email protected]> | 2011-12-30 15:37:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-30 15:37:36 +0000 |
commit | fc626d62f464a7dee5e62134781f5a6ccdfafc72 (patch) | |
tree | 6658020f1836b2faacffabca03897ca871b2880d /src/tls/tls_client.h | |
parent | ca850112360e48a3a140f08fa07f02806d61393b (diff) |
Many renegotiation fixes. Add support for the secure renegotiation
extension (client side only at the moment). Add an interface that
allows applications to request renegotiation.
Diffstat (limited to 'src/tls/tls_client.h')
-rw-r--r-- | src/tls/tls_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tls/tls_client.h b/src/tls/tls_client.h index a2ad232c8..279f4bc16 100644 --- a/src/tls/tls_client.h +++ b/src/tls/tls_client.h @@ -41,6 +41,8 @@ class BOTAN_DLL TLS_Client : public TLS_Channel void add_client_cert(const X509_Certificate& cert, Private_Key* cert_key); + void renegotiate(); + ~TLS_Client(); private: void process_handshake_msg(Handshake_Type type, |