mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
|
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.
|