commit e4307daef0fca2cd21cbccee06f86b0560306f25 parent 6c8b93538c5361d04c80da24ae7d2bb0be3d5d22 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 25 Jun 2024 08:35:12 -0400 Changes file for proposal 350 phase 1 Diffstat:
| A | changes/tap-out-part-1 | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/changes/tap-out-part-1 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.