blob: 6f56ece021c8e2f42c2ecbb3393e62541b4d0206 [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
5 MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the
6 largest PSA key enabled in the build.