diff --git a/ChangeLog.d/fix-secure-element-key-creation.txt b/ChangeLog.d/fix-secure-element-key-creation.txt new file mode 100644 index 0000000000..12441ae83d --- /dev/null +++ b/ChangeLog.d/fix-secure-element-key-creation.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix the error handling in psa_start_key_creation so that + out of memory issues are properly handled. Fixes #8537.