]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for Bug #22029
authorNeel Chauhan <neel@neelc.org>
Sat, 14 Dec 2019 18:27:26 +0000 (13:27 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 20:27:26 +0000 (15:27 -0500)
changes/bug22029 [new file with mode: 0644]

diff --git a/changes/bug22029 b/changes/bug22029
new file mode 100644 (file)
index 0000000..6bfb701
--- /dev/null
@@ -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.