blob: c6aac3c991cbba4ed2f7bce17612e027b264a389 [file] [log] [blame]
Gilles Peskine75fd2402024-06-10 18:50:00 +02001Features
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 Peskine1e65e642024-07-16 21:24:05 +02007Bugfix
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.