blob: d61ba196320f8bb8019296a98f82299349afb8de [file] [log] [blame]
Valerio Settid47d9872024-10-04 16:50:24 +02001Features
Valerio Settibed5d1b2024-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 Setti2b52e762024-10-04 17:45:21 +02004 The size of each buffer is given by the option
Valerio Setti12bccc72024-10-07 11:21:02 +02005 MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the
Valerio Setti2b52e762024-10-04 17:45:21 +02006 largest PSA key enabled in the build.