reject-tap 714 B

12345678910111213
  1. o Major bug fixes (circuit building):
  2. - Tor authorities, relays, and clients no longer support
  3. circuit-building using TAP. (The hidden service protocol
  4. still uses TAP.)
  5. - Relays make sure their own descriptor has an ntor key.
  6. - Authorites no longer trust the version a relay claims (if any),
  7. instead, they check specifically for an ntor key.
  8. - Clients avoid downloading a descriptor if the relay version is
  9. too old to support ntor.
  10. - Client code ignores nodes without ntor keys: they will not be
  11. selected during circuit-building, or as guards, or as directory
  12. mirrors, or as introduction or rendezvous points.
  13. Fixes bug 19163; bugfix on 0.2.4.18-rc.