blob: d61ba196320f8bb8019296a98f82299349afb8de [file] [log] [blame]
Valerio Settid65ed172024-10-04 16:50:24 +02001Features
Valerio Settid218b572024-10-07 09:52:44 +02002 * Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which
3 uses static storage for keys, enabling malloc-less use of key slots.
Valerio Setticc277022024-10-04 17:45:21 +02004 The size of each buffer is given by the option
Valerio Settia71c75f2024-10-07 11:21:02 +02005 MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the
Valerio Setticc277022024-10-04 17:45:21 +02006 largest PSA key enabled in the build.