Botan 3.9.0
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 615 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 627 of file tls_extensions.h.
References modes().
|
explicit |
Definition at line 889 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 623 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 115 of file tls_extensions.h.
|
inline |
Definition at line 625 of file tls_extensions.h.
Referenced by Botan::TLS::Server_Impl_13::new_session_ticket_supported(), and PSK_Key_Exchange_Modes().
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 877 of file tls_extensions.cpp.
References BOTAN_ASSERT_NOMSG.
|
inlinestatic |
Definition at line 617 of file tls_extensions.h.
References Botan::TLS::PskKeyExchangeModes.
Referenced by type().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 619 of file tls_extensions.h.
References static_type().