diff options
author | Nick Mathewson <nickm@torproject.org> | 2024-06-25 08:35:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2024-06-26 11:42:36 -0400 |
commit | e4307daef0fca2cd21cbccee06f86b0560306f25 (patch) | |
tree | 6e10fdd793d1346c6c2f0a82deb8d51cd964ad39 /changes | |
parent | 6c8b93538c5361d04c80da24ae7d2bb0be3d5d22 (diff) | |
download | tor-e4307daef0fca2cd21cbccee06f86b0560306f25.tar.gz tor-e4307daef0fca2cd21cbccee06f86b0560306f25.zip |
Changes file for proposal 350 phase 1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/tap-out-part-1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/tap-out-part-1 b/changes/tap-out-part-1 new file mode 100644 index 0000000000..3d8a445f12 --- /dev/null +++ b/changes/tap-out-part-1 @@ -0,0 +1,12 @@ + o Removed features (obsolete): + - Relays no longer support the obsolete TAP circuit extension + protocol. (For backward compatibility, however, relays still continue to + include TAP keys in their descriptors.) Implements part + of proposal 350. + - Removed some vestigial code for selecting the TAP circuit extension + protocol. + + o Minor features (forward-compatibility): + - We now correctly parse microdescriptors and router descriptors + that do not include TAP onion keys. (For backward compatibility, + authorities continue to require these keys.) Implements part of proposal 350. |