|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/tls_client.h>#include <botan/tls_messages.h>#include <botan/internal/tls_handshake_state.h>#include <botan/internal/stl_util.h>#include <iterator>#include <sstream>Go to the source code of this file.
Namespaces | |
| Botan | |
| Botan::TLS | |
| bool m_is_reneg = false |
Definition at line 56 of file tls_client.cpp.
| std::unique_ptr<Session> resumed_session |
Definition at line 55 of file tls_client.cpp.
| std::unique_ptr<Public_Key> server_public_key |
Definition at line 53 of file tls_client.cpp.
1.8.9.1