diff options
author | David Goulet <dgoulet@torproject.org> | 2021-09-30 11:21:13 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-19 09:51:24 -0400 |
commit | 18b5630a7c263711ff1f568e0347f1c66b31cda3 (patch) | |
tree | 407ec70fbaf977d6d6b50c9a9bde2bcce288f8fe | |
parent | f9750249ac5e851792c170af0869a8c3cf4c9def (diff) | |
download | tor-18b5630a7c263711ff1f568e0347f1c66b31cda3.tar.gz tor-18b5630a7c263711ff1f568e0347f1c66b31cda3.zip |
changes: Add file for ticket 40476
Closes #40476
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | changes/ticket40476 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket40476 b/changes/ticket40476 new file mode 100644 index 0000000000..062e36f9bc --- /dev/null +++ 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. |