Botan 2.19.3
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
const std::vector< uint8_t > & | cookie () const |
Hello_Verify_Request (const std::vector< uint8_t > &buf) | |
Hello_Verify_Request (const std::vector< uint8_t > &client_hello_bits, const std::string &client_identity, const SymmetricKey &secret_key) | |
std::vector< uint8_t > | serialize () const override |
Handshake_Type | type () const override |
std::string | type_string () const |
DTLS Hello Verify Request
Definition at line 50 of file tls_messages.h.
|
explicit |
Definition at line 15 of file msg_hello_verify.cpp.
References Botan::TLS::Protocol_Version::DTLS_V10, and Botan::TLS::Protocol_Version::DTLS_V12.
Botan::TLS::Hello_Verify_Request::Hello_Verify_Request | ( | const std::vector< uint8_t > & | client_hello_bits, |
const std::string & | client_identity, | ||
const SymmetricKey & | secret_key | ||
) |
Definition at line 34 of file msg_hello_verify.cpp.
References Botan::MessageAuthenticationCode::create_or_throw().
|
inline |
Definition at line 56 of file tls_messages.h.
Referenced by Botan::TLS::Client_Hello::update_hello_cookie().
|
overridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 50 of file msg_hello_verify.cpp.
References Botan::TLS::Protocol_Version::DTLS_V10, Botan::TLS::Protocol_Version::major_version(), and Botan::TLS::Protocol_Version::minor_version().
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 54 of file tls_messages.h.
References Botan::TLS::HELLO_VERIFY_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().