mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
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>
5 lines
172 B
Plaintext
5 lines
172 B
Plaintext
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.
|