aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-23 10:45:13 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-23 10:45:13 -0400
commit2a884926c04959b11c39e656099f19a55c3a8e95 (patch)
tree68bcffc586651926f8536fb869860afa8173208a /changes
parent9c7edb0f3edd2dec30f10e195f7bcc12a4005f30 (diff)
parent50ff24e27652b4781a127d5dea81c4de96a6fdef (diff)
downloadtor-2a884926c04959b11c39e656099f19a55c3a8e95.tar.gz
tor-2a884926c04959b11c39e656099f19a55c3a8e95.zip
Merge remote-tracking branch 'dgoulet/bug19066_029_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug190665
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19066 b/changes/bug19066
new file mode 100644
index 0000000000..c3d1fc789a
--- /dev/null
+++ b/changes/bug19066
@@ -0,0 +1,5 @@
+ o Minor bugfixes (directory authority):
+ - When parsing detached signature, make sure we use the length of the
+ digest algorithm instead of an hardcoded DIGEST256_LEN in order to
+ avoid comparing bytes out of bound with a smaller digest length such
+ as SHA1. Fixes #19066; bugfix on tor-0.2.2.6-alpha.