bug11743 844 B

123456789101112131415
  1. o Major security fixes (directory authorities):
  2. - Directory authorities now include a digest of each relay's
  3. identity key as a part of its microdescriptor.
  4. This is a workaround for bug #11743, where Tor clients do not
  5. support receiving multiple microdescriptors with the same SHA256
  6. digest in the same consensus. When clients receive a consensus
  7. like this, they only use one of the relays. Without this fix, a
  8. hostile relay could selectively disable client use of target
  9. relays by constucting a router descriptor with a different
  10. identity and the same microdescriptor parameters and getting the
  11. authorities to list it in a microdescriptor consensus. This fix
  12. prevents an attacker from causing a microdescriptor collision,
  13. because the router's identity is not forgeable.