diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-15 11:33:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-15 11:33:40 -0400 |
commit | a857f61e278aa5e5980722f9d458424b8790e9b1 (patch) | |
tree | dcbc2c65fa2b11990ddfbee8a8eee2d32043cea9 /changes | |
parent | 875a551409c81fced826336a73cafa36396a43f8 (diff) | |
parent | 44eafa9697b0adebfa5e18579adcf70cd6d9c935 (diff) | |
download | tor-a857f61e278aa5e5980722f9d458424b8790e9b1.tar.gz tor-a857f61e278aa5e5980722f9d458424b8790e9b1.zip |
Merge remote-tracking branch 'rransom-tor/bug3332-v2'
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. + + |