diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-03-10 13:00:20 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-17 11:15:43 -0400 |
commit | 853b54dea4c56ea2913caf58ad6d337502b18b91 (patch) | |
tree | 4814ecab621c193bf81a2b3cb8940123d8bbf392 /changes | |
parent | d88f10cdf2cc0682e607de5f63ebae9370c5fe55 (diff) | |
download | tor-853b54dea4c56ea2913caf58ad6d337502b18b91.tar.gz tor-853b54dea4c56ea2913caf58ad6d337502b18b91.zip |
Add periodic timer for expiring old onion keys.
This patch adds a new timer that is executed when it is time to expire
our current set of old onion keys. Because of proposal #274 this can no
longer be assumed to be at the same time we rotate our onion keys since
they will be updated less frequently.
See: https://bugs.torproject.org/21641
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21641 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21641 b/changes/bug21641 new file mode 100644 index 0000000000..96fdf5fe22 --- /dev/null +++ b/changes/bug21641 @@ -0,0 +1,5 @@ + o Minor feature (defaults, directory): + - Onion key rotation and expiry intervals are now defined as a network + consensus parameter as per proposal #274. The default lifetime of an + onion key is bumped from 7 to 28 days. Old onion keys will expire after 7 + days by default. Fixes bug #21641. |