From 853b54dea4c56ea2913caf58ad6d337502b18b91 Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Fri, 10 Mar 2017 13:00:20 +0100 Subject: 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 --- changes/bug21641 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug21641 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf