Botan
1.10.9
|
#include <tls_messages.h>
Public Member Functions | |
u16bit | ciphersuite () const |
byte | compression_algo () const |
const SecureVector< byte > & | random () const |
void | send (Record_Writer &, HandshakeHash &) const |
Server_Hello (RandomNumberGenerator &rng, Record_Writer &, const TLS_Policy &, const std::vector< X509_Certificate > &, const Client_Hello &, Version_Code, HandshakeHash &) | |
Server_Hello (const MemoryRegion< byte > &buf) | |
const SecureVector< byte > & | session_id () const |
Handshake_Type | type () const |
Version_Code | version () |
Server Hello Message
Definition at line 226 of file tls_messages.h.
Botan::Server_Hello::Server_Hello | ( | RandomNumberGenerator & | rng, |
Record_Writer & | writer, | ||
const TLS_Policy & | policy, | ||
const std::vector< X509_Certificate > & | certs, | ||
const Client_Hello & | c_hello, | ||
Version_Code | ver, | ||
HandshakeHash & | hash | ||
) |
Definition at line 223 of file hello.cpp.
References Botan::Public_Key::algo_name(), Botan::TLS_Policy::choose_compression(), Botan::TLS_Policy::choose_suite(), Botan::Client_Hello::ciphersuites(), Botan::Client_Hello::compression_algos(), Botan::PROTOCOL_VERSION, Botan::RandomNumberGenerator::random_vec(), and Botan::HandshakeMessage::send().
|
inline |
Definition at line 242 of file tls_messages.h.
|
inline |
Definition at line 232 of file tls_messages.h.
|
inline |
Definition at line 233 of file tls_messages.h.
|
inline |
Definition at line 235 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(), Botan::Certificate_Req::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(), Server_Hello(), Botan::Server_Hello_Done::Server_Hello_Done(), and Botan::Server_Key_Exchange::Server_Key_Exchange().
|
inline |
Definition at line 231 of file tls_messages.h.
|
inlinevirtual |
Implements Botan::HandshakeMessage.
Definition at line 229 of file tls_messages.h.
References Botan::SERVER_HELLO.
|
inline |
Definition at line 230 of file tls_messages.h.