diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-15 10:42:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-15 12:34:29 -0400 |
commit | 686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7 (patch) | |
tree | a54dad61dd8af2aa79dd971963cf222320233da6 /changes | |
parent | c6ca199888102a825f004f8613331f97525da486 (diff) | |
download | tor-686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7.tar.gz tor-686aaa5c4c95ebd2c3ddfe46a237014e2813a9e7.zip |
Upgrade the warn for EntryNodes without UseEntryGuards to an error
fixes bug 8180
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8180 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8180 b/changes/bug8180 new file mode 100644 index 0000000000..39e6ce7f9a --- /dev/null +++ b/changes/bug8180 @@ -0,0 +1,7 @@ + o Minor bugfixes (security usability): + - Elevate the severity of the warning message when setting + EntryNodes but disabling UseGuardNodes to an error. The outcome + of letting Tor procede with those options enabled (which causes + EntryNodes to get ignored) is sufficiently different from what + was expected that it's best to just refuse to proceed. Fixes bug + 8180; bugfix on 0.2.3.11-alpha. |