aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-10-20 03:06:28 +1100
committerteor <teor2345@gmail.com>2014-10-20 03:06:28 +1100
commit2e1f5c1fc0f6239a8bb9f409f1f170fb21ce1a37 (patch)
tree106aa23854a7aea7cf166548300fcd7c3e69f263 /changes
parentfc5cab44724e8328e2186f22114625388f1c8f0d (diff)
downloadtor-2e1f5c1fc0f6239a8bb9f409f1f170fb21ce1a37.tar.gz
tor-2e1f5c1fc0f6239a8bb9f409f1f170fb21ce1a37.zip
Memwipe more keys after tor has finished with them
Ensure we securely wipe keys from memory after crypto_digest_get_digest and init_curve25519_keypair_from_file have finished using them. Fixes bug 13477.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13477-memwipe-more-keys5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13477-memwipe-more-keys b/changes/bug13477-memwipe-more-keys
new file mode 100644
index 0000000000..cf8e0a9eb5
--- /dev/null
+++ b/changes/bug13477-memwipe-more-keys
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Ensure we securely wipe keys from memory after
+ crypto_digest_get_digest and init_curve25519_keypair_from_file
+ have finished using them.
+ Fixes bug 13477.