summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-18 11:36:19 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-19 13:37:21 -0400
commit037e8763a7cb6358b4622ebef30bda6e11bb2ce5 (patch)
tree70a7bf9bf0a940daab31c0d1cfe996bcac4acb24 /changes
parent428bb2d1c8bf5f10f7f76b9861b9a3ce498e07a7 (diff)
downloadtor-037e8763a7cb6358b4622ebef30bda6e11bb2ce5.tar.gz
tor-037e8763a7cb6358b4622ebef30bda6e11bb2ce5.zip
Reload Ed25519 keys on sighup.
Closes ticket 16790.
Diffstat (limited to 'changes')
-rw-r--r--changes/ed25519_hup4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ed25519_hup b/changes/ed25519_hup
new file mode 100644
index 0000000000..d2de90d8ab
--- /dev/null
+++ b/changes/ed25519_hup
@@ -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.