diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-31 11:32:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-31 11:32:32 -0400 |
commit | dc05b8549a73064337020eb3f0d8d91c8149518a (patch) | |
tree | 87f1a7f816e47e7e5bb6db25880748ec7e818c6d /changes | |
parent | bac6d542c912f733aa6103c47ef41423848fef7c (diff) | |
download | tor-dc05b8549a73064337020eb3f0d8d91c8149518a.tar.gz tor-dc05b8549a73064337020eb3f0d8d91c8149518a.zip |
Use digest256map for computing microdescriptor downloads
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13399 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13399 b/changes/bug13399 new file mode 100644 index 0000000000..bbd0b2376b --- /dev/null +++ b/changes/bug13399 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Use a full 256 bits of the SHA256 digest of a microdescriptor when + computing which microdescriptors to download. This keeps us from + erroneous download behavior if two microdescriptor digests ever have + the same first 160 bits. Fixes part of bug 13399; bugfix on + 0.2.3.1-alpha. + |