commit | 79873bcf562bf58cbd4486eb19c8a746780133bf | [log] [tgz] |
---|---|---|
author | Yanray Wang <yanray.wang@arm.com> | Fri Aug 11 16:15:14 2023 +0800 |
committer | Yanray Wang <yanray.wang@arm.com> | Wed Sep 06 10:32:22 2023 +0800 |
tree | 33fd33cdc816a3bcf96d7c16cd24f9284fa5b764 | |
parent | a8f00508fe63b431354a960b2df944f9fad0b845 [diff] |
pkwrite: add Changelog entry Signed-off-by: Yanray Wang <yanray.wang@arm.com>
diff --git a/ChangeLog.d/pkwrite-pem-use-heap.txt b/ChangeLog.d/pkwrite-pem-use-heap.txt new file mode 100644 index 0000000..d2e7129 --- /dev/null +++ b/ChangeLog.d/pkwrite-pem-use-heap.txt
@@ -0,0 +1,4 @@ +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.