PolarSSL v1.1.4
Data Fields
_ssl_session Struct Reference

#include <ssl.h>

Collaboration diagram for _ssl_session:
Collaboration graph
[legend]

Data Fields

time_t start
int ciphersuite
size_t length
unsigned char id [32]
unsigned char master [48]
ssl_sessionnext

Detailed Description

Definition at line 210 of file ssl.h.


Field Documentation

chosen ciphersuite

Definition at line 213 of file ssl.h.

unsigned char _ssl_session::id[32]

session identifier

Definition at line 215 of file ssl.h.

session id length

Definition at line 214 of file ssl.h.

unsigned char _ssl_session::master[48]

the master secret

Definition at line 216 of file ssl.h.

next session entry

Definition at line 217 of file ssl.h.

starting time

Definition at line 212 of file ssl.h.


The documentation for this struct was generated from the following file: