Add changes file for Bug #22029

This commit is contained in:
Neel Chauhan 2019-12-14 13:27:26 -05:00 committed by Nick Mathewson
parent 84d8dd8314
commit 686c5e90a3

5
changes/bug22029 Normal file
View File

@ -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.