diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-09 15:27:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-09 15:27:32 -0500 |
commit | 93894fb770afbbea9850e850ff9e1bb23d7cc4e1 (patch) | |
tree | f06bb96a46f4602319b44af56fa31a82bf29fdd8 /changes | |
parent | e45810113b150533611c7d9cb5f0f264e00a7394 (diff) | |
parent | 686c5e90a31c6a47a6b3ef6946fc2019b2015c78 (diff) | |
download | tor-93894fb770afbbea9850e850ff9e1bb23d7cc4e1.tar.gz tor-93894fb770afbbea9850e850ff9e1bb23d7cc4e1.zip |
Merge branch 'ticket22029_attempt_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22029 | 5 |
1 files changed, 5 insertions, 0 deletions
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. |