Gilles Peskine | 75fd240 | 2024-06-10 18:50:00 +0200 | [diff] [blame] | 1 | Features |
| 2 | * When the new compilation option MBEDTLS_PSA_KEY_STORE_DYNAMIC is enabled, |
| 3 | the number of volatile PSA keys is virtually unlimited, at the expense |
| 4 | of increased code size. This option is off by default, but enabled in |
| 5 | the default mbedtls_config.h. Fixes #9216. |
| 6 | |
Gilles Peskine | 1e65e64 | 2024-07-16 21:24:05 +0200 | [diff] [blame] | 7 | Bugfix |
| 8 | * Fix interference between PSA volatile keys and built-in keys |
| 9 | when MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS is enabled and |
| 10 | MBEDTLS_PSA_KEY_SLOT_COUNT is more than 4096. |