Merge branch 'ticket22029_attempt_squashed'

This commit is contained in:
Nick Mathewson
2020-01-09 15:27:32 -05:00
7 changed files with 515 additions and 77 deletions
+5
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.