From: Neel Chauhan Date: Sat, 14 Dec 2019 18:27:26 +0000 (-0500) Subject: Add changes file for Bug #22029 X-Git-Tag: tor-0.4.3.1-alpha~39^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=686c5e90a31c6a47a6b3ef6946fc2019b2015c78;p=thirdparty%2Ftor.git Add changes file for Bug #22029 --- 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.