mbedtls/tf-psa-crypto
Gilles Peskine 1e65e64565 Fix overlap between volatile keys and built-in keys
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. This overlap used to make it
possible that a volatile key would receive the identifier of a built-in key,
and is now caught by a static assertion.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-08-07 12:39:05 +02:00
..
core Fix overlap between volatile keys and built-in keys 2024-08-07 12:39:05 +02:00
drivers Reorder blocks to avoid double negations 2024-08-07 12:39:05 +02:00
include Add a test for the built-in key range 2024-08-07 12:39:05 +02:00
programs
tests Add a test for the built-in key range 2024-08-07 12:39:05 +02:00
.gitignore
CMakeLists.txt