mbed TLS v2.12.0
Data Fields
mbedtls_ssl_session Struct Reference

#include <ssl.h>

Collaboration diagram for mbedtls_ssl_session:
Collaboration graph
[legend]

Data Fields

mbedtls_time_t start
 
int ciphersuite
 
int compression
 
size_t id_len
 
unsigned char id [32]
 
unsigned char master [48]
 
mbedtls_x509_crtpeer_cert
 
uint32_t verify_result
 
unsigned char * ticket
 
size_t ticket_len
 
uint32_t ticket_lifetime
 
unsigned char mfl_code
 
int trunc_hmac
 
int encrypt_then_mac
 

Detailed Description

Definition at line 779 of file ssl.h.

Field Documentation

int mbedtls_ssl_session::ciphersuite

chosen ciphersuite

Definition at line 784 of file ssl.h.

int mbedtls_ssl_session::compression

chosen compression

Definition at line 785 of file ssl.h.

int mbedtls_ssl_session::encrypt_then_mac

flag for EtM activation

Definition at line 810 of file ssl.h.

unsigned char mbedtls_ssl_session::id[32]

session identifier

Definition at line 787 of file ssl.h.

size_t mbedtls_ssl_session::id_len

session id length

Definition at line 786 of file ssl.h.

unsigned char mbedtls_ssl_session::master[48]

the master secret

Definition at line 788 of file ssl.h.

unsigned char mbedtls_ssl_session::mfl_code

MaxFragmentLength negotiated by peer

Definition at line 802 of file ssl.h.

mbedtls_x509_crt* mbedtls_ssl_session::peer_cert

peer X.509 cert chain

Definition at line 791 of file ssl.h.

mbedtls_time_t mbedtls_ssl_session::start

starting time

Definition at line 782 of file ssl.h.

unsigned char* mbedtls_ssl_session::ticket

RFC 5077 session ticket

Definition at line 796 of file ssl.h.

size_t mbedtls_ssl_session::ticket_len

session ticket length

Definition at line 797 of file ssl.h.

uint32_t mbedtls_ssl_session::ticket_lifetime

ticket lifetime hint

Definition at line 798 of file ssl.h.

int mbedtls_ssl_session::trunc_hmac

flag for truncated hmac activation

Definition at line 806 of file ssl.h.

uint32_t mbedtls_ssl_session::verify_result

verification result

Definition at line 793 of file ssl.h.


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