summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-06 19:14:02 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-06 19:14:02 -0400
commitaf58a89b86c462a23e39ba60b04812fd23734e1b (patch)
tree8ef750f1f4a85bf94ac68d981a4e6258ded9f711 /changes
parent43092e21c1874086076aa910fc2cba843bcaed39 (diff)
parent0a3009bb85d5675e1565020de08df1081e52253c (diff)
downloadtor-af58a89b86c462a23e39ba60b04812fd23734e1b.tar.gz
tor-af58a89b86c462a23e39ba60b04812fd23734e1b.zip
Merge remote-tracking branch 'teor/bug20012'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2001212
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug20012 b/changes/bug20012
new file mode 100644
index 0000000000..f67ee65867
--- /dev/null
+++ b/changes/bug20012
@@ -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.