mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-21 19:20:56 +00:00
Add mbedtls_ssl_conf_enable_new_session_tickets() API to be able to enable and disable the handling of TLS 1.3 NewSessionTicket messages. The TLS 1.2 equivalent function is named mbedtls_ssl_conf_session_tickets() thus the most natural name would have been mbedtls_ssl_conf_new_session_tickets() but it is already used on server side thus rather mbedtls_ssl_conf_enable_new_session_tickets(). Signed-off-by: Ronald Cron <ronald.cron@arm.com>