Valerio Setti | d47d987 | 2024-10-04 16:50:24 +0200 | [diff] [blame] | 1 | Features |
Valerio Setti | bed5d1b | 2024-10-07 09:52:44 +0200 | [diff] [blame] | 2 | * Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which |
| 3 | uses static storage for keys, enabling malloc-less use of key slots. |
Valerio Setti | 2b52e76 | 2024-10-04 17:45:21 +0200 | [diff] [blame] | 4 | The size of each buffer is given by the option |
Valerio Setti | 12bccc7 | 2024-10-07 11:21:02 +0200 | [diff] [blame] | 5 | MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the |
Valerio Setti | 2b52e76 | 2024-10-04 17:45:21 +0200 | [diff] [blame] | 6 | largest PSA key enabled in the build. |