From fb84e98fb431e17d06515354022356fc9acc9546 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 11 Feb 2022 15:18:57 +0100 Subject: [PATCH] Add change log Signed-off-by: Ronald Cron --- ChangeLog.d/tls13_and_use_psa_crypto.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/tls13_and_use_psa_crypto.txt diff --git a/ChangeLog.d/tls13_and_use_psa_crypto.txt b/ChangeLog.d/tls13_and_use_psa_crypto.txt new file mode 100644 index 000000000..619880485 --- /dev/null +++ b/ChangeLog.d/tls13_and_use_psa_crypto.txt @@ -0,0 +1,3 @@ +Bugfix + * The TLS 1.3 implementation is now compatible with the + MBEDTLS_USE_PSA_CRYPTO configuration option.