#include <ssl.h>
Definition at line 306 of file ssl.h.
int _ssl_session::ciphersuite |
chosen ciphersuite
Definition at line 309 of file ssl.h.
int _ssl_session::compression |
chosen compression
Definition at line 310 of file ssl.h.
unsigned char _ssl_session::id[32] |
session identifier
Definition at line 312 of file ssl.h.
size_t _ssl_session::length |
session id length
Definition at line 311 of file ssl.h.
unsigned char _ssl_session::master[48] |
the master secret
Definition at line 313 of file ssl.h.
peer X.509 cert chain
Definition at line 314 of file ssl.h.
time_t _ssl_session::start |
starting time
Definition at line 308 of file ssl.h.
The documentation for this struct was generated from the following file: