mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
853b54dea4
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
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
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.
|