Botan 2.19.1
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
Hello_Request (const std::vector< uint8_t > &buf) | |
Hello_Request (Handshake_IO &io) | |
Handshake_Type | type () const override |
std::string | type_string () const |
Hello Request Message
Definition at line 518 of file tls_messages.h.
|
explicit |
Definition at line 57 of file msg_client_hello.cpp.
References Botan::TLS::Handshake_IO::send().
|
explicit |
Definition at line 65 of file msg_client_hello.cpp.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 521 of file tls_messages.h.
References Botan::TLS::HELLO_REQUEST.
|
inherited |
Definition at line 19 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().