mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
75fd2401e5
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
11 lines
469 B
Plaintext
11 lines
469 B
Plaintext
Features
|
|
* When the new compilation option MBEDTLS_PSA_KEY_STORE_DYNAMIC is enabled,
|
|
the number of volatile PSA keys is virtually unlimited, at the expense
|
|
of increased code size. This option is off by default, but enabled in
|
|
the default mbedtls_config.h. Fixes #9216.
|
|
|
|
Bugfix
|
|
* Fix interference between PSA volatile keys and built-in keys
|
|
when MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS is enabled and
|
|
MBEDTLS_PSA_KEY_SLOT_COUNT is more than 4096.
|