summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2019-12-14 13:27:26 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-09 15:27:26 -0500
commit686c5e90a31c6a47a6b3ef6946fc2019b2015c78 (patch)
tree655585a8558de7bc4a04d2203138c343e084db9e /changes
parent84d8dd831474fb92c22e018826c1bbe8c49ae980 (diff)
downloadtor-686c5e90a31c6a47a6b3ef6946fc2019b2015c78.tar.gz
tor-686c5e90a31c6a47a6b3ef6946fc2019b2015c78.zip
Add changes file for Bug #22029
Diffstat (limited to 'changes')
-rw-r--r--changes/bug220295
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22029 b/changes/bug22029
new file mode 100644
index 0000000000..6bfb7012f6
--- /dev/null
+++ b/changes/bug22029
@@ -0,0 +1,5 @@
+ o Major features (directory authority, ed25519):
+ Add support for banning a relay's ed25519 keys in the approved-routers
+ file. This will allow us to migrate away from RSA keys in the future.
+ Previously, only RSA keys could be banned in approved-routers. Resolves
+ ticket 22029. Patch by Neel Chauhan.