From 97cc7f89beeab4b4e89da7eefb782b4246c92e8c Mon Sep 17 00:00:00 2001 From: Ryan Everett Date: Thu, 16 Nov 2023 15:21:08 +0000 Subject: [PATCH] Rewrite changelog Signed-off-by: Ryan Everett --- ChangeLog.d/fix-secure-element-key-creation.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/fix-secure-element-key-creation.txt b/ChangeLog.d/fix-secure-element-key-creation.txt index 12441ae83d..23a46c068d 100644 --- a/ChangeLog.d/fix-secure-element-key-creation.txt +++ b/ChangeLog.d/fix-secure-element-key-creation.txt @@ -1,3 +1,5 @@ Bugfix - * Fix the error handling in psa_start_key_creation so that - out of memory issues are properly handled. Fixes #8537. + * Fix error handling when creating a key in a dynamic secure element + (feature enabled by MBEDTLS_PSA_CRYPTO_SE_C). In a low memory condition, + the creation could return PSA_SUCCESS but using or destroying the key + would not work. Fixes #8537.