edbab91bf8
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>
4 lines
172 B
Text
4 lines
172 B
Text
Changes
|
|
* 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.
|