Valerio Setti | d65ed17 | 2024-10-04 16:50:24 +0200 | [diff] [blame] | 1 | Features |
Valerio Setti | d218b57 | 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 | cc27702 | 2024-10-04 17:45:21 +0200 | [diff] [blame] | 4 | The size of each buffer is given by the option |
Valerio Setti | a71c75f | 2024-10-07 11:21:02 +0200 | [diff] [blame] | 5 | MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the |
Valerio Setti | cc27702 | 2024-10-04 17:45:21 +0200 | [diff] [blame] | 6 | largest PSA key enabled in the build. |