]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improve bug11743 message a bit.
authorNick Mathewson <nickm@torproject.org>
Thu, 8 May 2014 02:23:19 +0000 (22:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 8 May 2014 02:23:19 +0000 (22:23 -0400)
changes/bug11743

index 89e4bbc2b1e3ac75f6d5ca5c27a5223aa72d0c07..843517908698afd88067e6cf120423e0855c07b5 100644 (file)
@@ -3,11 +3,12 @@
     - Directory authorities now include a digest of each relay's
       identity key as a part of its microdescriptor.
 
-      This is a workaround for bug #11743, where Tor clients do not
+      This is a workaround for bug #11743 (reported by "cypherpunks"),
+      where Tor clients do not
       support receiving multiple microdescriptors with the same SHA256
       digest in the same consensus. When clients receive a consensus
       like this, they only use one of the relays. Without this fix, a
-      hostile relay could selectively disable client use of target
+      hostile relay could selectively disable some client use of target
       relays by constucting a router descriptor with a different
       identity and the same microdescriptor parameters and getting the
       authorities to list it in a microdescriptor consensus. This fix