summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-10 10:37:13 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-10 10:37:13 -0400
commit41891cbf93c32282ed6136d29375b5863efcf727 (patch)
tree2fa0359d3d9e7ce8d5adc66badbb0a86e295b884 /changes
parent901732a1bc62b1d8455e13bc989d1f0196432943 (diff)
parent037e8763a7cb6358b4622ebef30bda6e11bb2ce5 (diff)
downloadtor-41891cbf93c32282ed6136d29375b5863efcf727.tar.gz
tor-41891cbf93c32282ed6136d29375b5863efcf727.zip
Merge remote-tracking branch 'public/ed25519_hup_v2'
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.