|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <tls_messages.h>
Public Member Functions | |
| Finished (Handshake_IO &io, Handshake_State &state, Connection_Side side) | |
| Finished (const std::vector< uint8_t > &buf) | |
| Handshake_Type | type () const override |
| std::string | type_string () const |
| bool | verify (const Handshake_State &state, Connection_Side side) const |
| std::vector< uint8_t > | verify_data () const |
Finished Message
Definition at line 493 of file tls_messages.h.
| Botan::TLS::Finished::Finished | ( | Handshake_IO & | io, |
| Handshake_State & | state, | ||
| Connection_Side | side | ||
| ) |
Definition at line 52 of file msg_finished.cpp.
References Botan::TLS::Handshake_State::hash(), Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
|
explicit |
Definition at line 70 of file msg_finished.cpp.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 496 of file tls_messages.h.
References Botan::TLS::FINISHED.
|
inherited |
Definition at line 19 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().
| bool Botan::TLS::Finished::verify | ( | const Handshake_State & | state, |
| Connection_Side | side | ||
| ) | const |
Definition at line 76 of file msg_finished.cpp.
References Botan::constant_time_compare().
|
inline |
Definition at line 498 of file tls_messages.h.
1.8.9.1