mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
2b52e769c6
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
9 lines
422 B
Plaintext
9 lines
422 B
Plaintext
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).
|
|
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.
|