2016-07-06 08:50:48 +02:00
|
|
|
o Major bug fixes (circuit building):
|
2016-07-08 06:46:00 +02:00
|
|
|
- Tor authorities, relays, and clients only use ntor, except for
|
|
|
|
rare cases in the hidden service protocol.
|
|
|
|
- Authorities, relays and clients specifically check that each
|
|
|
|
descriptor has an ntor key.
|
2016-07-06 09:32:57 +02:00
|
|
|
- Clients avoid downloading a descriptor if the relay version is
|
|
|
|
too old to support ntor.
|
2016-07-08 06:46:00 +02:00
|
|
|
- Client code never chooses nodes without ntor keys: they will not
|
|
|
|
be selected during circuit-building, or as guards, or as directory
|
2016-07-07 04:58:47 +02:00
|
|
|
mirrors, or as introduction or rendezvous points.
|
2016-07-08 06:46:00 +02:00
|
|
|
- Circuit-building code assumes that all hops can use ntor,
|
|
|
|
except for rare hidden service protocol cases.
|
|
|
|
- Hidden service client to intro point and service to rendezvous point
|
|
|
|
connections use the TAP key supplied by the protocol.
|
2016-07-06 08:50:48 +02:00
|
|
|
Fixes bug 19163; bugfix on 0.2.4.18-rc.
|