blob: 23a46c068d1bf02d7c83b5f26ce1577899b2f2bb [file] [log] [blame]
Ryan Everettca159a12023-11-15 16:36:54 +00001Bugfix
Ryan Everett460f4572023-11-16 15:21:08 +00002 * Fix error handling when creating a key in a dynamic secure element
3 (feature enabled by MBEDTLS_PSA_CRYPTO_SE_C). In a low memory condition,
4 the creation could return PSA_SUCCESS but using or destroying the key
5 would not work. Fixes #8537.