mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 10:43:31 +00:00
changelog: updated description
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
d65ed17d74
commit
cc27702ceb
@ -1,8 +1,8 @@
|
|||||||
Features
|
Features
|
||||||
* When the new compilation option MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled,
|
* When the new compilation option MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled,
|
||||||
key store uses static key slot buffers instead of dynamically allocated
|
key store uses statically allocated key slot's buffers instead of
|
||||||
ones.
|
dynamically allocating them on heap memory at runtime (through malloc/free
|
||||||
* The size of each static key slot buffer is determined by
|
calls).
|
||||||
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. If not set, its default value
|
The size of each buffer is given by the option
|
||||||
is set to accomodate for the largest PSA asymmetric/symmetric key enabled
|
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the
|
||||||
in the build.
|
largest PSA key enabled in the build.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user