diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-13 16:12:47 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-06-14 21:32:49 -0700 |
commit | 44eafa9697b0adebfa5e18579adcf70cd6d9c935 (patch) | |
tree | 50f9567843657ee2cf7c04381bcfa4bffee7f378 /changes | |
parent | ecc9a364c2ff8557f808dc1826e285239a5767a8 (diff) | |
download | tor-44eafa9697b0adebfa5e18579adcf70cd6d9c935.tar.gz tor-44eafa9697b0adebfa5e18579adcf70cd6d9c935.zip |
Assert that HS operations are not performed using single-hop circuits
(with fixes by Nick Mathewson to unbreak the build)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3332 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug3332 b/changes/bug3332 new file mode 100644 index 0000000000..28ccbf41d7 --- /dev/null +++ b/changes/bug3332 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Assert that hidden-service-related operations are not performed + using single-hop circuits. Previously, Tor would assert that + client-side streams are not attached to single-hop circuits, but + not that other sensitive operations on the client and service + side are not performed using single-hop circuits. Fixes bug + 3332; bugfix on 0.0.6. + + |