diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-17 11:00:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-06-17 11:07:43 -0400 |
commit | b67f7d722d4cb94d1e77ff9b300c82d8c72b14c3 (patch) | |
tree | 96fc23b10cc8c51cc99afc239246c6a5545f98b0 /changes/ticket32696 | |
parent | a82c0cdfcfefc1761883d7f25ecdea73d7216e16 (diff) | |
download | tor-b67f7d722d4cb94d1e77ff9b300c82d8c72b14c3.tar.gz tor-b67f7d722d4cb94d1e77ff9b300c82d8c72b14c3.zip |
Update the list of recommended protocol versions to match >=0.3.5.
Since Tor 0.2.9 has been unsupported since January, 0.3.5 is the
oldest supported version, and its features constitute the oldest
recommended feature-set.
This patch updates these recommendations:
DirCache=2
Support for consensus diffs.
New in 0.3.1.1-alpha.
HSDir=2
Support for v3 onion service descriptors.
New in 0.3.0.4-alpha.
HSIntro=4
Support for Ed25519 intropoint authentication keys.
New in 0.3.0-4-alpha.
HSRend=2
Support for rendezvous cells longer than 20 bytes.
New in 0.2.9.4-alpha.
Link=5
Link padding and link padding negotiation.
New in 0.3.3.2-alpha.
LinkAuth=3
Ed25519 link authentication.
New in 0.3.0.1-alpha.
Diffstat (limited to 'changes/ticket32696')
-rw-r--r-- | changes/ticket32696 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket32696 b/changes/ticket32696 new file mode 100644 index 0000000000..8f56fc394e --- /dev/null +++ b/changes/ticket32696 @@ -0,0 +1,7 @@ + o Minor features (directory authority): + - Authorities now recommend protocol versions that are supported + by Tor 0.3.5 and later. (Earlier versions of Tor have been + deprecated since January of this year.) This recommendation + will cause older clients and relays to give a warning on startup, + or when they download a consensus directory. + Closes ticket 32696. |