From d218b57d673a765683a1e7b74657c6d186aaa0a0 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 7 Oct 2024 09:52:44 +0200 Subject: [PATCH] changelog: updated description Signed-off-by: Valerio Setti --- ChangeLog.d/9302.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog.d/9302.txt b/ChangeLog.d/9302.txt index f2389bf820..6f56ece021 100644 --- a/ChangeLog.d/9302.txt +++ b/ChangeLog.d/9302.txt @@ -1,8 +1,6 @@ Features - * When the new compilation option MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled, - key store uses statically allocated key slot's buffers instead of - dynamically allocating them on heap memory at runtime (through malloc/free - calls). + * Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which + uses static storage for keys, enabling malloc-less use of key slots. The size of each buffer is given by the option MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the largest PSA key enabled in the build.