mbedtls_ssl_config::session_tickets field
Encodes two booleans, one stating whether TLS 1.2 session tickets are enabled or not, the other one whether the handling of TLS 1.3 NewSessionTicket messages is enabled or not. They are respectively set by mbedtls_ssl_conf_session_tickets() and mbedtls_ssl_conf_tls13_enable_signal_new_session_tickets().
mbedtls_ssl_config::session_tickets is written by 1 function and is read by 2 functions:
![]()
mbedtls_ssl_config::session_tickets