mbed TLS v2.28.2
Data Fields
mbedtls_ssl_session Struct Reference

#include <ssl.h>

Collaboration diagram for mbedtls_ssl_session:
Collaboration graph
[legend]

Data Fields

unsigned char mfl_code
 
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
 
int trunc_hmac
 
int encrypt_then_mac
 

Detailed Description

Definition at line 975 of file ssl.h.

Field Documentation

◆ ciphersuite

int mbedtls_ssl_session::ciphersuite

chosen ciphersuite

Definition at line 984 of file ssl.h.

◆ compression

int mbedtls_ssl_session::compression

chosen compression

Definition at line 985 of file ssl.h.

◆ encrypt_then_mac

int mbedtls_ssl_session::encrypt_then_mac

flag for EtM activation

Definition at line 1014 of file ssl.h.

◆ id

unsigned char mbedtls_ssl_session::id[32]

session identifier

Definition at line 987 of file ssl.h.

◆ id_len

size_t mbedtls_ssl_session::id_len

session id length

Definition at line 986 of file ssl.h.

◆ master

unsigned char mbedtls_ssl_session::master[48]

the master secret

Definition at line 988 of file ssl.h.

◆ mfl_code

unsigned char mbedtls_ssl_session::mfl_code

MaxFragmentLength negotiated by peer

Definition at line 978 of file ssl.h.

◆ peer_cert

mbedtls_x509_crt* mbedtls_ssl_session::peer_cert

peer X.509 cert chain

Definition at line 992 of file ssl.h.

◆ start

mbedtls_time_t mbedtls_ssl_session::start

starting time

Definition at line 982 of file ssl.h.

◆ ticket

unsigned char* mbedtls_ssl_session::ticket

RFC 5077 session ticket

Definition at line 1004 of file ssl.h.

◆ ticket_len

size_t mbedtls_ssl_session::ticket_len

session ticket length

Definition at line 1005 of file ssl.h.

◆ ticket_lifetime

uint32_t mbedtls_ssl_session::ticket_lifetime

ticket lifetime hint

Definition at line 1006 of file ssl.h.

◆ trunc_hmac

int mbedtls_ssl_session::trunc_hmac

flag for truncated hmac activation

Definition at line 1010 of file ssl.h.

◆ verify_result

uint32_t mbedtls_ssl_session::verify_result

verification result

Definition at line 1001 of file ssl.h.


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