aboutsummaryrefslogtreecommitdiff
path: root/changes/bug11743
blob: 843517908698afd88067e6cf120423e0855c07b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  o Major security fixes (directory authorities):

    - 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 (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 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
      prevents an attacker from causing a microdescriptor collision,
      because the router's identity is not forgeable.