mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0a3009bb85
Also stop logging the intro point details on error by default. Fixes #20012, introduced with ntor in tor 0.2.4.8-alpha.
13 lines
585 B
Plaintext
13 lines
585 B
Plaintext
o Major bugfixes (hidden services):
|
|
- Clients require hidden services to include the TAP keys
|
|
for their intro points in the hidden service descriptor.
|
|
This prevents an inadvertent upgrade to ntor, which a
|
|
malicious hidden service could use to discover which
|
|
consensus a client has.
|
|
Fixes bug 20012; bugfix on 0.2.4.8-alpha. Patch by teor.
|
|
o Minor bugfixes (hidden services):
|
|
- Stop logging intro point details to the client log on
|
|
certain error conditions.
|
|
Fixed as part of bug 20012; bugfix on 0.2.4.8-alpha.
|
|
Patch by teor.
|