#include <ssl.h>
Definition at line 411 of file ssl.h.
int _ssl_session::ciphersuite |
chosen ciphersuite
Definition at line 416 of file ssl.h.
int _ssl_session::compression |
chosen compression
Definition at line 417 of file ssl.h.
unsigned char _ssl_session::id[32] |
session identifier
Definition at line 419 of file ssl.h.
size_t _ssl_session::length |
session id length
Definition at line 418 of file ssl.h.
unsigned char _ssl_session::master[48] |
the master secret
Definition at line 420 of file ssl.h.
unsigned char _ssl_session::mfl_code |
MaxFragmentLength negotiated by peer
Definition at line 434 of file ssl.h.
peer X.509 cert chain
Definition at line 423 of file ssl.h.
time_t _ssl_session::start |
starting time
Definition at line 414 of file ssl.h.
unsigned char* _ssl_session::ticket |
RFC 5077 session ticket
Definition at line 428 of file ssl.h.
size_t _ssl_session::ticket_len |
session ticket length
Definition at line 429 of file ssl.h.
uint32_t _ssl_session::ticket_lifetime |
ticket lifetime hint
Definition at line 430 of file ssl.h.
int _ssl_session::trunc_hmac |
flag for truncated hmac activation
Definition at line 438 of file ssl.h.
int _ssl_session::verify_result |
verification result
Definition at line 425 of file ssl.h.
The documentation for this struct was generated from the following file: