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:
parent
08d5f46c83
commit
edbab91bf8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue