mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-15 15:39:58 +00:00
changelog: updated description
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
cc27702ceb
commit
d218b57d67
@ -1,8 +1,6 @@
|
|||||||
Features
|
Features
|
||||||
* When the new compilation option MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled,
|
* Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which
|
||||||
key store uses statically allocated key slot's buffers instead of
|
uses static storage for keys, enabling malloc-less use of key slots.
|
||||||
dynamically allocating them on heap memory at runtime (through malloc/free
|
|
||||||
calls).
|
|
||||||
The size of each buffer is given by the option
|
The size of each buffer is given by the option
|
||||||
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the
|
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the
|
||||||
largest PSA key enabled in the build.
|
largest PSA key enabled in the build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user