From c9884b04add0bc1e392c985b8ee200bc5ee9bba9 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 28 Aug 2024 16:36:07 +0200 Subject: [PATCH] Fix change log Signed-off-by: Ronald Cron --- ChangeLog.d/disable-new-session-tickets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/disable-new-session-tickets.txt b/ChangeLog.d/disable-new-session-tickets.txt index 664240b065..1fd112ff15 100644 --- a/ChangeLog.d/disable-new-session-tickets.txt +++ b/ChangeLog.d/disable-new-session-tickets.txt @@ -1,5 +1,5 @@ Bugfix - * Fix TLS connection abortion in applications using an Mbed TLS client in + * Fix TLS connection failure in applications using an Mbed TLS client in the default configuration connecting to a TLS 1.3 server sending tickets. See the documentation of mbedtls_ssl_conf_enable_new_session_tickets() for more information.