Botan
1.11.15
|
#include <botan/tls_client.h>
#include <botan/internal/tls_handshake_state.h>
#include <botan/internal/tls_messages.h>
#include <botan/internal/stl_util.h>
#include <iterator>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
namespace | Botan::TLS |
Client::next_protocol_fn client_npn_cb |
Definition at line 41 of file tls_client.cpp.
secure_vector<byte> resume_master_secret |
Definition at line 36 of file tls_client.cpp.
std::unique_ptr<Public_Key> server_public_key |
Definition at line 38 of file tls_client.cpp.