From a8ff9f76e9569ed2595259b9ee5cca2ee4be4ca1 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 16 Oct 2025 16:47:01 +0200 Subject: [PATCH] changelog: add note about MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE improvements Signed-off-by: Valerio Setti --- ChangeLog.d/fix-static-key-slot-buffer-size-computation.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/fix-static-key-slot-buffer-size-computation.txt diff --git a/ChangeLog.d/fix-static-key-slot-buffer-size-computation.txt b/ChangeLog.d/fix-static-key-slot-buffer-size-computation.txt new file mode 100644 index 0000000000..bb04efcf2b --- /dev/null +++ b/ChangeLog.d/fix-static-key-slot-buffer-size-computation.txt @@ -0,0 +1,4 @@ +Features + * The automatic computation of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE has + been improved to take into account the following key types: + asymmetric keys, ciphers, AEADs, CMAC and HMAC.