commit 640ebe7fdee7446738ae234e282b5ddf6c68acea Author: Alexander Færøy ahf@torproject.org Date: Wed Mar 8 16:20:14 2017 +0100
Proposal 274: Accept keys for an additional onion-key-grace-period-days.
This patch changes the wording of proposal 274 such that relays should accept previous onion keys for an additional onion-key-grace-period-days and not an additional onion-key-rotation-days. --- proposals/274-rotate-onion-keys-less.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/proposals/274-rotate-onion-keys-less.txt b/proposals/274-rotate-onion-keys-less.txt index 0d61d5d..dbce292 100644 --- a/proposals/274-rotate-onion-keys-less.txt +++ b/proposals/274-rotate-onion-keys-less.txt @@ -108,6 +108,6 @@ Target: 0.3.1.x-alpha Every relay should list each onion key it generates for onion-key-rotation-days days after generating it, and then replace it. Relays should continue to accept their most recent - previous onion key for an additional onion-key-rotation-days days - after it is replaced. + previous onion key for an additional onion-key-grace-period-days + days after it is replaced.
tor-commits@lists.torproject.org