Definition at line 431 of file ssl.h.
#include <ssl.h>
int mbedtls_ssl_session::ciphersuite |
chosen ciphersuite
Definition at line 436 of file ssl.h.
int mbedtls_ssl_session::compression |
chosen compression
Definition at line 437 of file ssl.h.
unsigned char mbedtls_ssl_session::id[32] |
session identifier
Definition at line 439 of file ssl.h.
size_t mbedtls_ssl_session::id_len |
session id length
Definition at line 438 of file ssl.h.
unsigned char mbedtls_ssl_session::master[48] |
the master secret
Definition at line 440 of file ssl.h.
uint32_t mbedtls_ssl_session::verify_result |
verification result
Definition at line 445 of file ssl.h.
The documentation for this struct was generated from the following file: