|
Botan 3.11.0
Crypto and TLS for C&
|
#include <tls_messages_12.h>
Public Member Functions | |
| Certificate_Status_12 (Handshake_IO &io, Handshake_Hash &hash, 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 289 of file tls_messages_12.h.
| Botan::TLS::Certificate_Status_12::Certificate_Status_12 | ( | Handshake_IO & | io, |
| Handshake_Hash & | hash, | ||
| std::vector< uint8_t > | raw_response_bytes ) |
Definition at line 15 of file msg_cert_status_12.cpp.
References Botan::TLS::Certificate_Status::Certificate_Status(), Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
|
inlineinherited |
Definition at line 239 of file tls_messages.h.
|
finalvirtualinherited |
Implements Botan::TLS::Handshake_Message.
Definition at line 36 of file msg_cert_status.cpp.
References Botan::get_byte_var().
|
inlinefinalvirtualinherited |
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().