changelog: updated description

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-10-07 09:52:44 +02:00
parent cc27702ceb
commit d218b57d67

View File

@ -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.