summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-26 11:08:02 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-26 11:08:02 -0500
commita880429a7657634c690191c3abae0531ed6e89e1 (patch)
tree5b5e3871b0718056f6bb3679174ed5877fbf26db /changes
parent2dcc98e4f794fd92d7044e270385db56c95118b5 (diff)
parentba3b03def05796619620346e02b127ad9436333e (diff)
downloadtor-a880429a7657634c690191c3abae0531ed6e89e1.tar.gz
tor-a880429a7657634c690191c3abae0531ed6e89e1.zip
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug24094
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug2409 b/changes/bug2409
new file mode 100644
index 0000000000..5523458b64
--- /dev/null
+++ b/changes/bug2409
@@ -0,0 +1,4 @@
+ o Minor bugfixes
+ - Resolve a bug in verifying signatures of directory objects
+ with digests longer than SHA1. Bugfix on 0.2.2.20-alpha;
+ fixes bug 2409; found by "piebeer".