Merge pull request #1280 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-2.28

Backport 2.28: Changelog entry for the RSA memory leak
This commit is contained in:
David Horstmann
2024-08-22 15:45:11 +01:00
committed by GitHub

View File

@@ -0,0 +1,3 @@
Bugfix
* Fix a memory leak that could occur when failing to process an RSA
key through some PSA functions due to low memory conditions.