diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-13 08:54:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-13 08:54:38 -0500 |
commit | 0dd48bfe5aab9ca213dfbacd3b2ee8710a584405 (patch) | |
tree | b4aae70352d098c60ce82f15fa9212140b0f31a8 /changes | |
parent | bd2a1d0231a364f1989463a36fcb80c4e234a14e (diff) | |
download | tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.tar.gz tor-0dd48bfe5aab9ca213dfbacd3b2ee8710a584405.zip |
Change the default of AuthDirPinKeys to 1.
Closes ticket 18319.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket18319 | 4 |
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. |