- 24 Jan, 2022 3 commits
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 18 Jan, 2022 5 commits
-
-
David Goulet authored
-
David Goulet authored
-
This removes the '/blog/' URL component which relies on a redirection since the blog has been migrated to Lektor
-
David Goulet authored
Change https://www.torproject.org/download/download#warning to https://support.torproject.org/faq/staying-anonymous/ Closes #40544 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
We removed HSIntro=3 and HSDir=1 that are v2 specific. Since 0.3.5.17, we do not support introducing or being a directory for onion service v2. Closes #40509 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 08 Nov, 2021 2 commits
-
-
Alexander Færøy authored
-
Alexander Færøy authored
-
- 06 Nov, 2021 1 commit
-
-
Nick Mathewson authored
From LibreSSL versions 3.2.1 through 3.4.0, our configure script would conclude that TLSv1.3 as supported, but it actually wasn't. This led to annoying breakage like #40128 and #40445. Now we give an error message if we try to build with one of those versions. Closes #40511.
-
- 05 Nov, 2021 6 commits
-
-
Nick Mathewson authored
Previously the logic was reversed, and always gave the wrong answer. This has no other effect than to change whether we suppress deprecated API warnings. Fixes #40429; bugfix on 0.3.5.13.
-
Nick Mathewson authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This also moves the warnings and add some theatrical effect around the code so anyone modifying those list should notice the warnings signs and read the comment accordingly. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
Doing this in the wrong way has potential to cause serious havoc on the network, so let's make it harder for future programmers to mess it up.
-
Alexander Færøy authored
-
- 03 Nov, 2021 2 commits
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Alexander Færøy authored
See: tpo/core/tor#40505
-
- 29 Oct, 2021 2 commits
-
-
Alexander Færøy authored
While trying to resolve our CI issues, the Windows build broke with an unused function error: src/test/test_switch_id.c:37:1: error: ‘unprivileged_port_range_start’ defined but not used [-Werror=unused-function] We solve this by moving the `#if !defined(_WIN32)` test above the `unprivileged_port_range_start()` function defintion such that it is included in its body. This is an unreviewed commit. See: #40275
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 28 Oct, 2021 3 commits
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Closes #26299 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 26 Oct, 2021 3 commits
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 21 Oct, 2021 1 commit
-
-
David Goulet authored
Closes #40493 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 20 Oct, 2021 3 commits
-
-
Alexander Færøy authored
This patch makes Tor announce the relay specific bridge status page URL when Tor is starting up before bootstrap occours. See: tor#30477
-
Alexander Færøy authored
This patch unbreaks the current build after tor!369 landed. See: https://bugs.torproject.org/tpo/core/tor/40371
-
Alexander Færøy authored
-
- 19 Oct, 2021 4 commits
-
-
David Goulet authored
Now that we don't have version 2, it gives us: [warn] HiddenServiceVersion must be between 3 and 3, not 2. This commit changes it to: [warn] HiddenServiceVersion must be 3, not 2. Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Closes #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Some tests were removed because they were testing something not usable anymore. Some tests remains to make sure that things are indeed disabled. Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- 30 Sep, 2021 5 commits
-
-
David Goulet authored
Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Relay do not accept both stores and lookups of version 2 descriptor. This effectively disable version 2 HSDir supports for relays. Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Upon receiving a v2 introduction request, the relay will close the circuit and send back a tor protocol error. Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
The minimum service version is raised from 2 to 3 which effectively disable loading or creating an onion service v2. As for ADD_ONION, for version 2, a 551 error is returned: "551 Failed to add Onion Service" Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
This effectively turns off the ability of tor to use HSv2 as a client by invalidating the v2 onion hostname passed through a SOCKS request. Part of #40476 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-