summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-06-03 11:34:32 -0400
committerNick Mathewson <nickm@torproject.org>2011-06-03 11:34:32 -0400
commit7aa20b20bffcbc4c9b4e3eb1c874616e1cab119f (patch)
treedf99f8fe91e4503ae70aaa178cbf29182916d87e /changes
parentde069f5ea73a4fe841df27d85c28c0d79ad2c13e (diff)
parentbbf2fee8ff7bbb8f645b7d973cd84bc97e93ae54 (diff)
downloadtor-7aa20b20bffcbc4c9b4e3eb1c874616e1cab119f.tar.gz
tor-7aa20b20bffcbc4c9b4e3eb1c874616e1cab119f.zip
Merge branch 'bug3318c' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug33186
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug3318 b/changes/bug3318
index 38991c4b1d..8a3c27825f 100644
--- a/changes/bug3318
+++ b/changes/bug3318
@@ -1,3 +1,7 @@
o Minor bugfixes:
- Fix a log message that said "bits" while displaying a value in
- bytes. Fixes bug 3318; bugfix on 0.2.0.1-alpha.
+ bytes. Found by wanoskarnet. Fixes bug 3318; bugfix on
+ 0.2.0.1-alpha.
+ - When checking for 1024-bit keys, check for 1024 bits, not 128
+ bytes. This allows Tor to correctly discard keys of length
+ 1017 through 1023. Bugfix on 0.0.9pre5.