Botan 2.19.1
Crypto and TLS for C&
|
#include <tls_messages.h>
Public Member Functions | |
const std::vector< X509_DN > & | acceptable_CAs () const |
const std::vector< std::string > & | acceptable_cert_types () const |
Certificate_Req (const std::vector< uint8_t > &buf, Protocol_Version version) | |
Certificate_Req (Handshake_IO &io, Handshake_Hash &hash, const Policy &policy, const std::vector< X509_DN > &allowed_cas, Protocol_Version version) | |
const std::vector< Signature_Scheme > & | signature_schemes () const |
Handshake_Type | type () const override |
std::string | type_string () const |
Certificate Request Message
Definition at line 425 of file tls_messages.h.
Botan::TLS::Certificate_Req::Certificate_Req | ( | Handshake_IO & | io, |
Handshake_Hash & | hash, | ||
const Policy & | policy, | ||
const std::vector< X509_DN > & | ca_certs, | ||
Protocol_Version | version | ||
) |
Create a new Certificate Request message
Definition at line 54 of file msg_cert_req.cpp.
Botan::TLS::Certificate_Req::Certificate_Req | ( | const std::vector< uint8_t > & | buf, |
Protocol_Version | version | ||
) |
Deserialize a Certificate Request message
Definition at line 73 of file msg_cert_req.cpp.
References Botan::TLS::TLS_Data_Reader::get_range_vector(), Botan::TLS::TLS_Data_Reader::get_uint16_t(), Botan::TLS::TLS_Data_Reader::has_remaining(), Botan::make_uint16(), name, Botan::TLS::TLS_Data_Reader::remaining_bytes(), and Botan::TLS::Protocol_Version::supports_negotiable_signature_algorithms().
|
inline |
Definition at line 433 of file tls_messages.h.
|
inline |
Definition at line 430 of file tls_messages.h.
|
inline |
Definition at line 435 of file tls_messages.h.
Referenced by Botan::TLS::Handshake_State::choose_sig_format(), and Botan::TLS::Handshake_State::parse_sig_format().
|
inlineoverridevirtual |
Implements Botan::TLS::Handshake_Message.
Definition at line 428 of file tls_messages.h.
References Botan::TLS::CERTIFICATE_REQUEST.
|
inherited |
Definition at line 19 of file tls_handshake_state.cpp.
References Botan::TLS::handshake_type_to_string(), and Botan::TLS::Handshake_Message::type().