commit 686c5e90a31c6a47a6b3ef6946fc2019b2015c78 Author: Neel Chauhan neel@neelc.org Date: Sat Dec 14 13:27:26 2019 -0500
Add changes file for Bug #22029 --- changes/bug22029 | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/changes/bug22029 b/changes/bug22029 new file mode 100644 index 000000000..6bfb7012f --- /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.