mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
changelog: describe support for static key slot buffers
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
83778d7aa9
commit
d47d98777e
8
ChangeLog.d/9302.txt
Normal file
8
ChangeLog.d/9302.txt
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user