Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

TlsSession Struct Reference

TlsSession Struct Reference

TLS session. More...

#include <tls.h>

Data Fields

uint8_t id [32]
 Session identifier.
size_t idLength
 Length of the session identifier.
systime_t timestamp
 Time stamp to manage entry lifetime.
uint16_t cipherSuite
 Cipher suite identifier.
uint8_t compressionMethod
 Compression method.
uint8_t masterSecret [48]
 Master secret.

Detailed Description

TLS session.

Definition at line 1336 of file tls.h.


Field Documentation

uint16_t cipherSuite

Cipher suite identifier.

Definition at line 1341 of file tls.h.

Compression method.

Definition at line 1342 of file tls.h.

uint8_t id[32]

Session identifier.

Definition at line 1338 of file tls.h.

size_t idLength

Length of the session identifier.

Definition at line 1339 of file tls.h.

uint8_t masterSecret[48]

Master secret.

Definition at line 1343 of file tls.h.

systime_t timestamp

Time stamp to manage entry lifetime.

Definition at line 1340 of file tls.h.