mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
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>
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
Bugfix
|
|
* Document and enforce the limitation of mbedtls_psa_register_se_key()
|
|
to persistent keys. Resolves #9253.
|