Merge remote-tracking branch 'teor/bug20012'

This commit is contained in:
Nick Mathewson
2016-09-06 19:14:02 -04:00
2 changed files with 20 additions and 33 deletions
+12
View File
@@ -0,0 +1,12 @@
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.