aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-02-22 11:39:29 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-02-26 05:47:25 +0100
commita9802d3322f14e9649cbec354ffcf7e1cf266494 (patch)
treecae9b145058690e97c874c59a2a211dc15f1bc06 /ChangeLog
parent5e5bc8724edf28491c36fa2e9dd505967f21d45b (diff)
downloadtor-a9802d3322f14e9649cbec354ffcf7e1cf266494.tar
tor-a9802d3322f14e9649cbec354ffcf7e1cf266494.tar.gz
Zero a cipher completely before freeing it
We used to only zero the first ptrsize bytes of the cipher. Since cipher is large enough, we didn't zero too many bytes. Discovered and fixed by ekir. Fixes bug 1254.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 224b08e99..24b0cc6d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes in version 0.2.1.25 - 2010-??-??
+ o Major bugfixes:
+ - When freeing a cipher, zero it out completely. We only zeroed
+ the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
+ and patched by ekir. Fixes bug 1254.
+
Changes in version 0.2.1.24 - 2010-02-21
Tor 0.2.1.24 makes Tor work again on the latest OS X -- this time
for sure!