summaryrefslogtreecommitdiff
path: root/changes/bug2385
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug2385')
-rw-r--r--changes/bug23859
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug2385 b/changes/bug2385
new file mode 100644
index 0000000000..5d571d910f
--- /dev/null
+++ b/changes/bug2385
@@ -0,0 +1,9 @@
+ o Minor features (security):
+ - Clear keys and key-derived material left on the stack in
+ rendservice.c and rendclient.c. This should make us more
+ forward-secure against cold-boot attacks and the like. Fix for
+ bug 2385.
+
+ - Check return value of crypto_pk_write_private_key_to_string() in
+ end_service_load_keys(). This should make us more forward-secure
+ against cold-boot attacks and the like. Fix for bug 2385.