diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-23 11:30:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-24 11:29:05 -0400 |
commit | 51d18aeb425ba5127d8c68f386f3c58b5bbc38e1 (patch) | |
tree | 798552a01e694088ad4155a91fc094d18c1a0bf5 /changes | |
parent | 01733e2b1568dacea26765800fab2c66f0b16bd1 (diff) | |
download | tor-51d18aeb425ba5127d8c68f386f3c58b5bbc38e1.tar.gz tor-51d18aeb425ba5127d8c68f386f3c58b5bbc38e1.zip |
changes file and manpage entry for AuthDirPinKeys
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17135 | 7 |
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. |