summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-27 16:46:45 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-27 16:46:45 +0000
commitee31e0829e976412c57521ab1cacfb57a1a76931 (patch)
tree41397a27cf5a528d8d2829b2f1008895c09183d6 /ChangeLog
parent0ab45fee73812a90c8714a6a3d99d5727a6733f3 (diff)
downloadtor-ee31e0829e976412c57521ab1cacfb57a1a76931.tar.gz
tor-ee31e0829e976412c57521ab1cacfb57a1a76931.zip
Verify cpath_layer match on rendezvous cells too. Fixes another case of bug 446. Based on patch from rovv.
svn:r17162
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af2b817040..f854b76fa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,10 @@ Changes in version 0.2.1.7-alpha - 2008-10-xx
- Fix another case of assuming, when a specific exit is requested,
that we know more than the user about what hosts it allows.
Fixes another case of bug 752. Patch from rovv.
+ - Check which hops rendezvous stream cells are associated with to
+ prevent possible guess-the-streamid injection attacks from
+ intermediate hops. Fixes another case of bug 446. Based on patch
+ from rovv.
Changes in version 0.2.1.6-alpha - 2008-09-30