]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
add bug number and explanation to changes/bug2385; call it a feature
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Jun 2012 17:20:02 +0000 (13:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Jun 2012 17:20:02 +0000 (13:20 -0400)
changes/bug2385

index e7151f49eb4b25dca35fa0cbfd41addbb1177eb7..5d571d910f5e89cce6fb957ef7e25b0ee5e8b9f7 100644 (file)
@@ -1,5 +1,9 @@
- o Minor bugfixes:
-   - Clear keys and key-derived material left on the stack in rendservice.c
-     and rendclient.c
+ 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()
+     end_service_load_keys(). This should make us more forward-secure
+     against cold-boot attacks and the like. Fix for bug 2385.