Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
| uint8_t compressionMethod |
| uint8_t masterSecret[48] |
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2