From 686c5e90a31c6a47a6b3ef6946fc2019b2015c78 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Sat, 14 Dec 2019 13:27:26 -0500 Subject: [PATCH] Add changes file for Bug #22029 --- changes/bug22029 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug22029 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.