tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2a4a0c9012b5f1ee7b3f00f1d39eb84daab7ca79
parent ce1f1dcbe5699f9a20889db31fbb93241cb1050e
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 30 Sep 2021 11:21:13 -0400

changes: Add file for ticket 40476

Closes #40476

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket40476 | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/ticket40476 b/changes/ticket40476 @@ -0,0 +1,8 @@ + o Major feature (onion service v2): + - Tor does NOT allow anymore to create v2 services, to connect as a client + to a v2 service and for a relay to be a v2 HSDir or introduction point. + This effectively disable onion service version 2 tor wide. Closes 40476. + - The control port command HSFETCH and HSPOST don't allow version 2 as well. + It is also not possible to create a v2 service with ADD_ONION. + - See https://blog.torproject.org/v2-deprecation-timeline for details on + how to transition from v2 to v3.