1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-23 09:39:19 +08:00

Changelog entry for the RSA memory leak

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-08-21 22:03:16 +02:00
parent 6298d73f5e
commit 58da249465

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.