From d47d98777eeb9dd745062ff993edfe0d3946050c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 4 Oct 2024 16:50:24 +0200 Subject: [PATCH] changelog: describe support for static key slot buffers Signed-off-by: Valerio Setti --- ChangeLog.d/9302.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ChangeLog.d/9302.txt diff --git a/ChangeLog.d/9302.txt b/ChangeLog.d/9302.txt new file mode 100644 index 0000000000..bc121de0c9 --- /dev/null +++ b/ChangeLog.d/9302.txt @@ -0,0 +1,8 @@ +Features + * When the new compilation option MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled, + key store uses static key slot buffers instead of dynamically allocated + ones. + * The size of each static key slot buffer is determined by + MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. If not set, its default value + is set to accomodate for the largest PSA asymmetric/symmetric key enabled + in the build.