mbed TLS v1.3.16
Data Fields
_ssl_session Struct Reference

#include <ssl.h>

Collaboration diagram for _ssl_session:
Collaboration graph
[legend]

Data Fields

time_t start
 
int ciphersuite
 
int compression
 
size_t length
 
unsigned char id [32]
 
unsigned char master [48]
 
x509_crtpeer_cert
 
int 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 552 of file ssl.h.

Field Documentation

int _ssl_session::ciphersuite

chosen ciphersuite

Definition at line 557 of file ssl.h.

int _ssl_session::compression

chosen compression

Definition at line 558 of file ssl.h.

int _ssl_session::encrypt_then_mac

flag for EtM activation

Definition at line 583 of file ssl.h.

unsigned char _ssl_session::id[32]

session identifier

Definition at line 560 of file ssl.h.

size_t _ssl_session::length

session id length

Definition at line 559 of file ssl.h.

unsigned char _ssl_session::master[48]

the master secret

Definition at line 561 of file ssl.h.

unsigned char _ssl_session::mfl_code

MaxFragmentLength negotiated by peer

Definition at line 575 of file ssl.h.

x509_crt* _ssl_session::peer_cert

peer X.509 cert chain

Definition at line 564 of file ssl.h.

time_t _ssl_session::start

starting time

Definition at line 555 of file ssl.h.

unsigned char* _ssl_session::ticket

RFC 5077 session ticket

Definition at line 569 of file ssl.h.

size_t _ssl_session::ticket_len

session ticket length

Definition at line 570 of file ssl.h.

uint32_t _ssl_session::ticket_lifetime

ticket lifetime hint

Definition at line 571 of file ssl.h.

int _ssl_session::trunc_hmac

flag for truncated hmac activation

Definition at line 579 of file ssl.h.

int _ssl_session::verify_result

verification result

Definition at line 566 of file ssl.h.


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