diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-15 17:24:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:02:19 -0400 |
commit | 343f7aa05967df43c3f7e5b392b66e21c08b7cb1 (patch) | |
tree | 3ae18397f084e343189e716b2258d48e77858860 /changes/ticket8240 | |
parent | c6ca199888102a825f004f8613331f97525da486 (diff) | |
download | tor-343f7aa05967df43c3f7e5b392b66e21c08b7cb1.tar.gz tor-343f7aa05967df43c3f7e5b392b66e21c08b7cb1.zip |
Make the guard lifetime configurable and adjustable via the consensus
Fixes 8240.
(Don't actually increase the default guard lifetime. It seems likely to
break too many things if done precipitiously.)
Diffstat (limited to 'changes/ticket8240')
-rw-r--r-- | changes/ticket8240 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket8240 b/changes/ticket8240 new file mode 100644 index 0000000000..91e6f8c14a --- /dev/null +++ b/changes/ticket8240 @@ -0,0 +1,4 @@ + o Major security fixes: + - Make the default guard lifetime controllable via a new + GuardLifetime torrc option and a GuardLifetime consensus + parameter. Start of a fix for bug 8240; bugfix on 0.1.1.11-alpha. |