proxygen
|
#include <Types.h>
Public Attributes | |
ProtocolVersion | legacy_version = ProtocolVersion::tls_1_2 |
Buf | legacy_session_id_echo |
CipherSuite | cipher_suite |
uint8_t | legacy_compression_method {0} |
std::vector< Extension > | extensions |
Public Attributes inherited from fizz::HandshakeStruct< Event::HelloRetryRequest, HandshakeType::server_hello > | |
folly::Optional< Buf > | originalEncoding |
Static Public Attributes | |
static constexpr Random | HrrRandom |
Static Public Attributes inherited from fizz::HandshakeStruct< Event::HelloRetryRequest, HandshakeType::server_hello > | |
static constexpr HandshakeType | handshake_type |
Static Public Attributes inherited from fizz::EventType< e > | |
static constexpr Event | event = e |
CipherSuite fizz::HelloRetryRequest::cipher_suite |
Definition at line 216 of file Types.h.
Referenced by fizz::sm::getHelloRetryRequest(), fizz::server::getStatelessHelloRetryRequest(), fizz::test::TestMessages::helloRetryRequest(), and fizz::parse< ServerHello >().
std::vector<Extension> fizz::HelloRetryRequest::extensions |
Definition at line 218 of file Types.h.
Referenced by fizz::Protocol::checkAllowedExtensions(), fizz::sm::getHelloRetryRequest(), fizz::server::getStatelessHelloRetryRequest(), fizz::test::TestMessages::helloRetryRequest(), fizz::sm::negotiateParameters(), and fizz::parse< ServerHello >().
|
static |
Definition at line 211 of file Types.h.
Referenced by fizz::encode< HelloRetryRequest >(), and fizz::parse< ServerHello >().
uint8_t fizz::HelloRetryRequest::legacy_compression_method {0} |
Definition at line 217 of file Types.h.
Referenced by fizz::parse< ServerHello >().
Buf fizz::HelloRetryRequest::legacy_session_id_echo |
Definition at line 215 of file Types.h.
Referenced by fizz::sm::getHelloRetryRequest(), fizz::server::getStatelessHelloRetryRequest(), and fizz::parse< ServerHello >().
ProtocolVersion fizz::HelloRetryRequest::legacy_version = ProtocolVersion::tls_1_2 |
Definition at line 210 of file Types.h.
Referenced by fizz::sm::getHelloRetryRequest(), fizz::server::getStatelessHelloRetryRequest(), fizz::test::TestMessages::helloRetryRequest(), and fizz::parse< ServerHello >().