diff options
author | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-04-16 12:41:22 +0200 |
---|---|---|
committer | Fernando Fernandez Mancera <ffmancera@riseup.net> | 2018-04-16 12:41:22 +0200 |
commit | 6ed2ad0f0031f011591837a44533d5b196a51e37 (patch) | |
tree | 661ed7069eeea8511b4a1dc7dee3676b1e46ea59 /changes/ticket20522 | |
parent | 9504fabb02788bde6bd698fb2a148f25330dc021 (diff) | |
download | tor-6ed2ad0f0031f011591837a44533d5b196a51e37.tar.gz tor-6ed2ad0f0031f011591837a44533d5b196a51e37.zip |
Add the change file of #20522.
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Diffstat (limited to 'changes/ticket20522')
-rw-r--r-- | changes/ticket20522 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket20522 b/changes/ticket20522 new file mode 100644 index 0000000000..a5e6718e1e --- /dev/null +++ b/changes/ticket20522 @@ -0,0 +1,6 @@ + o Deprecated features: + - As we are not recommending 0.2.5 anymore we require relays that once had + an ed25519 key associated with their RSA key to always have that key + instead of allowing them to drop back to a version that didn't support + ed25519. This means they need to use a new RSA key if the want to + downgrade to an older version of tor without ed25519. Closes ticket 20522. |