|
Botan 3.11.0
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
| Certificate_Status (const std::vector< uint8_t > &buf, Connection_Side from) | |
| Certificate_Status (std::vector< uint8_t > raw_response_bytes) | |
| const std::vector< uint8_t > & | response () const |
| std::vector< uint8_t > | serialize () const final |
| Handshake_Type | type () const final |
| std::string | type_string () const |
| virtual Handshake_Type | wire_type () const |
Certificate Status (RFC 6066)
Definition at line 233 of file tls_messages.h.
|
explicit |
Definition at line 14 of file msg_cert_status.cpp.
References Botan::make_uint32().
Referenced by Botan::TLS::Certificate_Status_12::Certificate_Status_12().
|
explicit |
Definition at line 33 of file msg_cert_status.cpp.
|
inline |
Definition at line 239 of file tls_messages.h.
|
finalvirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 36 of file msg_cert_status.cpp.
References Botan::get_byte_var().
|
inlinefinalvirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 235 of file tls_messages.h.
References Botan::TLS::CertificateStatus.
|
inherited |
Definition at line 21 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and type().
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Hello_Retry_Request.
Definition at line 39 of file tls_handshake_msg.h.
References type().
Referenced by Botan::TLS::Stream_Handshake_IO::send().