reject-tap 857 B

123456789101112131415
  1. o Major bug fixes (circuit building):
  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. - Hidden service client to intro point and service to rendezvous point
  14. connections use the TAP key supplied by the protocol.
  15. Fixes bug 19163; bugfix on 0.2.4.18-rc.