diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-06 19:14:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-06 19:14:02 -0400 |
commit | af58a89b86c462a23e39ba60b04812fd23734e1b (patch) | |
tree | 8ef750f1f4a85bf94ac68d981a4e6258ded9f711 /changes | |
parent | 43092e21c1874086076aa910fc2cba843bcaed39 (diff) | |
parent | 0a3009bb85d5675e1565020de08df1081e52253c (diff) | |
download | tor-af58a89b86c462a23e39ba60b04812fd23734e1b.tar.gz tor-af58a89b86c462a23e39ba60b04812fd23734e1b.zip |
Merge remote-tracking branch 'teor/bug20012'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20012 | 12 |
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. |