TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
671a439dddf9f7feb1a7ecb10b98c4447d6edaf0
/
.
/
ChangeLog.d
/
fix-secure-element-key-creation.txt
blob: 23a46c068d1bf02d7c83b5f26ce1577899b2f2bb [
file
] [
log
] [
blame
]
Bugfix
* Fix error handling when creating a key in a dynamic secure element
(feature enabled by MBEDTLS_PSA_CRYPTO_SE_C). In a low memory condition,
the creation could return PSA_SUCCESS but using or destroying the key
would not work. Fixes #8537.