| Ryan Everett | ca159a1 | 2023-11-15 16:36:54 +0000 | [diff] [blame] | 1 | Bugfix |
| Ryan Everett | 460f457 | 2023-11-16 15:21:08 +0000 | [diff] [blame] | 2 | * 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. | ||||