aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-13 08:54:38 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-13 08:54:38 -0500
commit0dd48bfe5aab9ca213dfbacd3b2ee8710a584405 (patch)
treeb4aae70352d098c60ce82f15fa9212140b0f31a8 /changes
parentbd2a1d0231a364f1989463a36fcb80c4e234a14e (diff)
downloadtor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.tar.gz
tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.zip
Change the default of AuthDirPinKeys to 1.
Closes ticket 18319.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket183194
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket18319 b/changes/ticket18319
new file mode 100644
index 0000000000..41c5b5641f
--- /dev/null
+++ b/changes/ticket18319
@@ -0,0 +1,4 @@
+ o Minor features (directory authority, security):
+ - The default for AuthDirPinKeys is now 1: directory authorities will
+ reject relays where the RSA identity key matches a previously seen
+ value, but the Ed25519 key has changed. Closes ticket 18319.