summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-08-31 15:10:58 +1000
committerteor <teor2345@gmail.com>2016-08-31 15:10:58 +1000
commit0a3009bb85d5675e1565020de08df1081e52253c (patch)
tree4ecd23d78f19be08f46c1005cadd6f81d006f9ba /changes
parente3bf8854c81f46470d21f5e44cfa51b16e1d260b (diff)
downloadtor-0a3009bb85d5675e1565020de08df1081e52253c.tar.gz
tor-0a3009bb85d5675e1565020de08df1081e52253c.zip
Stop inadvertently upgrading client intro connections to ntor
Also stop logging the intro point details on error by default. Fixes #20012, introduced with ntor in tor 0.2.4.8-alpha.
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.