bug11743 883 B

12345678910111213141516
  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 (reported by "cypherpunks"),
  5. where Tor clients do not
  6. support receiving multiple microdescriptors with the same SHA256
  7. digest in the same consensus. When clients receive a consensus
  8. like this, they only use one of the relays. Without this fix, a
  9. hostile relay could selectively disable some client use of target
  10. relays by constucting a router descriptor with a different
  11. identity and the same microdescriptor parameters and getting the
  12. authorities to list it in a microdescriptor consensus. This fix
  13. prevents an attacker from causing a microdescriptor collision,
  14. because the router's identity is not forgeable.