tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 686c5e90a31c6a47a6b3ef6946fc2019b2015c78
parent 84d8dd831474fb92c22e018826c1bbe8c49ae980
Author: Neel Chauhan <neel@neelc.org>
Date:   Sat, 14 Dec 2019 13:27:26 -0500

Add changes file for Bug #22029

Diffstat:
Achanges/bug22029 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/bug22029 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.