mbedtls/ChangeLog.d/pkwrite-pem-use-heap.txt

5 lines
176 B
Plaintext
Raw Normal View History

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.