Botan 3.6.1
Crypto and TLS for C&
|
#include <tls_extensions.h>
Public Member Functions | |
bool | empty () const override |
virtual bool | is_implemented () const |
const std::vector< PSK_Key_Exchange_Mode > & | modes () const |
PSK_Key_Exchange_Modes (std::vector< PSK_Key_Exchange_Mode > modes) | |
PSK_Key_Exchange_Modes (TLS_Data_Reader &reader, uint16_t extension_size) | |
std::vector< uint8_t > | serialize (Connection_Side whoami) const override |
Extension_Code | type () const override |
Static Public Member Functions | |
static Extension_Code | static_type () |
Pre-Shared Key Exchange Modes from RFC 8446 4.2.9
Definition at line 616 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 628 of file tls_extensions.h.
|
explicit |
Definition at line 878 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_byte(), Botan::TLS::PSK_DHE_KE, and Botan::TLS::PSK_KE.
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 624 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 116 of file tls_extensions.h.
|
inline |
Definition at line 626 of file tls_extensions.h.
Referenced by Botan::TLS::Server_Impl_13::new_session_ticket_supported().
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 866 of file tls_extensions.cpp.
References BOTAN_ASSERT_NOMSG.
|
inlinestatic |
Definition at line 618 of file tls_extensions.h.
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 620 of file tls_extensions.h.