#include <ssl.h>
Definition at line 317 of file ssl.h.
int _ssl_session::ciphersuite |
chosen ciphersuite
Definition at line 320 of file ssl.h.
int _ssl_session::compression |
chosen compression
Definition at line 321 of file ssl.h.
unsigned char _ssl_session::id[32] |
session identifier
Definition at line 323 of file ssl.h.
size_t _ssl_session::length |
session id length
Definition at line 322 of file ssl.h.
unsigned char _ssl_session::master[48] |
the master secret
Definition at line 324 of file ssl.h.
peer X.509 cert chain
Definition at line 325 of file ssl.h.
time_t _ssl_session::start |
starting time
Definition at line 319 of file ssl.h.
The documentation for this struct was generated from the following file: