pkwrite.c: write ChangeLog accurately

The heap memory is used for both RSA and EC keys. So removing `RSA`
in the ChangeLog.

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-08-21 15:17:43 +08:00
parent 08d5f46c83
commit edbab91bf8

View file

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