reject-tap 906 B

1234567891011121314151617
  1. o Major features (circuit building, security):
  2. - Tor authorities, relays, and clients only use ntor, except for
  3. rare cases in the hidden service protocol.
  4. - Authorities, relays and clients specifically check that each
  5. descriptor has an ntor key.
  6. - Clients avoid downloading a descriptor if the relay version is
  7. too old to support ntor.
  8. - Client code never chooses nodes without ntor keys: they will not
  9. be selected during circuit-building, or as guards, or as directory
  10. mirrors, or as introduction or rendezvous points.
  11. - Circuit-building code assumes that all hops can use ntor,
  12. except for rare hidden service protocol cases.
  13. o Major bugfixes (circuit building):
  14. - Hidden service client to intro point and service to rendezvous point
  15. connections use the TAP key supplied by the protocol.
  16. Fixes bug 19163; bugfix on 0.2.4.18-rc.