pkwrite: add Changelog entry

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-08-11 16:15:14 +08:00
parent a8f00508fe
commit 79873bcf56

View File

@ -0,0 +1,4 @@
Changes
* Use heap memory to allocate DER encoded RSA public/private key.
This reduces stack usage significantly for writing a public/private
key to a PEM string.