#include <ssl.h>
Definition at line 446 of file ssl.h.
int mbedtls_ssl_session::ciphersuite |
chosen ciphersuite
Definition at line 451 of file ssl.h.
int mbedtls_ssl_session::compression |
chosen compression
Definition at line 452 of file ssl.h.
int mbedtls_ssl_session::encrypt_then_mac |
flag for EtM activation
Definition at line 477 of file ssl.h.
unsigned char mbedtls_ssl_session::id[32] |
session identifier
Definition at line 454 of file ssl.h.
size_t mbedtls_ssl_session::id_len |
session id length
Definition at line 453 of file ssl.h.
unsigned char mbedtls_ssl_session::master[48] |
the master secret
Definition at line 455 of file ssl.h.
unsigned char mbedtls_ssl_session::mfl_code |
MaxFragmentLength negotiated by peer
Definition at line 469 of file ssl.h.
peer X.509 cert chain
Definition at line 458 of file ssl.h.
time_t mbedtls_ssl_session::start |
starting time
Definition at line 449 of file ssl.h.
unsigned char* mbedtls_ssl_session::ticket |
RFC 5077 session ticket
Definition at line 463 of file ssl.h.
size_t mbedtls_ssl_session::ticket_len |
session ticket length
Definition at line 464 of file ssl.h.
uint32_t mbedtls_ssl_session::ticket_lifetime |
ticket lifetime hint
Definition at line 465 of file ssl.h.
int mbedtls_ssl_session::trunc_hmac |
flag for truncated hmac activation
Definition at line 473 of file ssl.h.
uint32_t mbedtls_ssl_session::verify_result |
verification result
Definition at line 460 of file ssl.h.
The documentation for this struct was generated from the following file: