summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-23 11:30:17 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-24 11:29:05 -0400
commit51d18aeb425ba5127d8c68f386f3c58b5bbc38e1 (patch)
tree798552a01e694088ad4155a91fc094d18c1a0bf5 /changes
parent01733e2b1568dacea26765800fab2c66f0b16bd1 (diff)
downloadtor-51d18aeb425ba5127d8c68f386f3c58b5bbc38e1.tar.gz
tor-51d18aeb425ba5127d8c68f386f3c58b5bbc38e1.zip
changes file and manpage entry for AuthDirPinKeys
Diffstat (limited to 'changes')
-rw-r--r--changes/bug171357
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug17135 b/changes/bug17135
new file mode 100644
index 0000000000..0a0c57e074
--- /dev/null
+++ b/changes/bug17135
@@ -0,0 +1,7 @@
+ o Major features (Ed25519 keys, keypinning)
+ - The key-pinning option on directory authorities is now
+ advisory-only by default. In a future version, or when the
+ AuthDirPinKeys option is set, pins are enforced again.
+ Disabling key-pinning seemed like a good idea so that we can
+ survive the fallout of any usability problems associated with
+ ed25519 keys. Closes ticket 17135.