Botan
1.10.9
|
#include <tls_messages.h>
Public Member Functions | |
std::vector< X509_DN > | acceptable_CAs () const |
std::vector< Certificate_Type > | acceptable_types () const |
Certificate_Req (Record_Writer &, HandshakeHash &, const std::vector< X509_Certificate > &) | |
Certificate_Req (const MemoryRegion< byte > &buf) | |
void | send (Record_Writer &, HandshakeHash &) const |
Handshake_Type | type () const |
Certificate Request Message
Definition at line 136 of file tls_messages.h.
Botan::Certificate_Req::Certificate_Req | ( | Record_Writer & | writer, |
HandshakeHash & | hash, | ||
const std::vector< X509_Certificate > & | certs | ||
) |
Create a new Certificate Request message
Definition at line 20 of file cert_req.cpp.
References Botan::DSS_CERT, Botan::RSA_CERT, and Botan::HandshakeMessage::send().
|
inline |
Definition at line 151 of file tls_messages.h.
|
inline |
Definition at line 142 of file tls_messages.h.
|
inline |
Definition at line 141 of file tls_messages.h.
|
inherited |
Definition at line 16 of file hello.cpp.
References Botan::Record_Writer::flush(), Botan::HANDSHAKE, Botan::Record_Writer::send(), Botan::MemoryRegion< T >::size(), Botan::HandshakeMessage::type(), and Botan::HandshakeHash::update().
Referenced by Botan::Certificate::Certificate(), Certificate_Req(), Botan::Certificate_Verify::Certificate_Verify(), Botan::Client_Hello::Client_Hello(), Botan::Client_Key_Exchange::Client_Key_Exchange(), Botan::Finished::Finished(), Botan::Hello_Request::Hello_Request(), Botan::Server_Hello::Server_Hello(), Botan::Server_Hello_Done::Server_Hello_Done(), and Botan::Server_Key_Exchange::Server_Key_Exchange().
|
inlinevirtual |
Implements Botan::HandshakeMessage.
Definition at line 139 of file tls_messages.h.
References Botan::CERTIFICATE_REQUEST.