mbedtls/tf-psa-crypto
Gilles Peskine b0b1b32914 Prevent mbedtls_psa_register_se_key with volatile keys
mbedtls_psa_register_se_key() is not usable with volatile keys, since there
is no way to return the implementation-chosen key identifier which would be
needed to use the key. Document this limitation. Reject an attempt to create
such an unusable key. Fixes #9253.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-08-07 12:39:05 +02:00
..
core Prevent mbedtls_psa_register_se_key with volatile 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 Prevent mbedtls_psa_register_se_key with volatile keys 2024-08-07 12:39:05 +02:00
programs Add programs directory in tf-psa-crypto directory 2024-07-19 10:07:27 +02:00
tests Prevent mbedtls_psa_register_se_key with volatile keys 2024-08-07 12:39:05 +02:00
.gitignore
CMakeLists.txt