|
|
unsigned char | _master_secret [48] |
|
unsigned char | _session_id [256] |
|
unsigned char | _client_random [32] |
|
unsigned char | _server_random [32] |
|
StringInfo | session_id |
|
StringInfo | session_ticket |
|
StringInfo | server_random |
|
StringInfo | client_random |
|
StringInfo | master_secret |
|
StringInfo | handshake_data |
|
StringInfo | pre_master_secret |
|
unsigned char | _server_data_for_iv [24] |
|
StringInfo | server_data_for_iv |
|
unsigned char | _client_data_for_iv [24] |
|
StringInfo | client_data_for_iv |
|
int | state |
|
const SslCipherSuite * | cipher_suite |
|
SslDecoder * | server |
|
SslDecoder * | client |
|
SslDecoder * | server_new |
|
SslDecoder * | client_new |
|
StringInfo | psk |
|
StringInfo | app_data_segment |
|
SslSession | session |
|
bool | has_early_data |
|
bool | has_psk |
|
bool | has_key_share |
|
StringInfo | ech_transcript |
The documentation for this struct was generated from the following file: