commit | 0882828b5162f1a4e3e9776dc5ea8105650de314 | [log] [tgz] |
---|---|---|
author | Yanray Wang <yanray.wang@arm.com> | Fri Aug 11 16:15:14 2023 +0800 |
committer | Yanray Wang <yanray.wang@arm.com> | Thu Aug 17 15:05:26 2023 +0800 |
tree | 458d936916e1f1127d9d3f099660c9c6d1377eb5 | |
parent | 7226df07577183b59d566709d7caf2d2089609aa [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.