Reload Ed25519 keys on sighup.

Closes ticket 16790.
This commit is contained in:
Nick Mathewson
2015-08-18 11:36:19 -04:00
parent 428bb2d1c8
commit 037e8763a7
3 changed files with 22 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (relay, Ed25519):
- On receiving a HUP signal, check to see whether the Ed25519
signing key has changed, and reload it if so. Closes ticket
16790.