From aa6ef7da50b5abf69274d5a94199b3044d9ea6c5 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 26 Aug 2024 12:01:31 +0200 Subject: [PATCH] Changelog entry for psa_crypto_init potentially being called from TLS Signed-off-by: Gilles Peskine --- ChangeLog.d/tls13-psa_crypto_init.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.d/tls13-psa_crypto_init.txt b/ChangeLog.d/tls13-psa_crypto_init.txt index 1b188b698b..311db65585 100644 --- a/ChangeLog.d/tls13-psa_crypto_init.txt +++ b/ChangeLog.d/tls13-psa_crypto_init.txt @@ -2,3 +2,8 @@ Bugfix * Fix TLS connections failing when the handshake selects TLS 1.3 in an application that does not call psa_crypto_init(). Fixes #9072. + +Changes + * A TLS handshake may now call psa_crypto_init() if TLS 1.3 is enabled. + This can happen even if TLS 1.3 is offered but eventually not selected + in the protocol version negotiation.