aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2024-06-25 08:35:12 -0400
committerNick Mathewson <nickm@torproject.org>2024-06-26 11:42:36 -0400
commite4307daef0fca2cd21cbccee06f86b0560306f25 (patch)
tree6e10fdd793d1346c6c2f0a82deb8d51cd964ad39 /changes
parent6c8b93538c5361d04c80da24ae7d2bb0be3d5d22 (diff)
downloadtor-e4307daef0fca2cd21cbccee06f86b0560306f25.tar.gz
tor-e4307daef0fca2cd21cbccee06f86b0560306f25.zip
Changes file for proposal 350 phase 1
Diffstat (limited to 'changes')
-rw-r--r--changes/tap-out-part-112
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.