|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <tls_messages.h>
Public Member Functions | |
| Certificate_Status (const std::vector< uint8_t > &buf) | |
| Certificate_Status (Handshake_IO &io, Handshake_Hash &hash, std::shared_ptr< const OCSP::Response > response) | |
| Certificate_Status (Handshake_IO &io, Handshake_Hash &hash, std::vector< uint8_t > const &raw_response_bytes) | |
| const std::vector< uint8_t > & | response () const |
| Handshake_Type | type () const override |
| std::string | type_string () const |
Certificate Status (RFC 6066)
Definition at line 395 of file tls_messages.h.
| Botan::TLS::Certificate_Status::Certificate_Status | ( | const std::vector< uint8_t > & | buf | ) |
Definition at line 20 of file msg_cert_status.cpp.
References Botan::make_uint32().
| Botan::TLS::Certificate_Status::Certificate_Status | ( | Handshake_IO & | io, |
| Handshake_Hash & | hash, | ||
| std::shared_ptr< const OCSP::Response > | response | ||
| ) |
Definition at line 37 of file msg_cert_status.cpp.
References Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
| Botan::TLS::Certificate_Status::Certificate_Status | ( | Handshake_IO & | io, |
| Handshake_Hash & | hash, | ||
| std::vector< uint8_t > const & | raw_response_bytes | ||
| ) |
Definition at line 45 of file msg_cert_status.cpp.
References Botan::TLS::Handshake_IO::send(), and Botan::TLS::Handshake_Hash::update().
|
inline |
Definition at line 402 of file tls_messages.h.
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 398 of file tls_messages.h.
References Botan::TLS::CERTIFICATE_STATUS.
|
inherited |
Definition at line 19 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().
1.8.9.1