- Aug 05, 2024
-
-
David Goulet authored
-
David Goulet authored
Fixes #40966 Signed-off-by: David Goulet <dgoulet@torproject.org>
-
- Jul 22, 2024
-
-
David Goulet authored
two small presentation issues in man page See merge request !824
-
- Jul 12, 2024
-
-
Roger Dingledine authored
-
- Jun 27, 2024
-
-
David Goulet authored
Implement phase 1 of Proposal 350 (remove TAP onion keys) See merge request !822
-
- Jun 26, 2024
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Relay=1 is no longer supported; it corresponds to TAP. Microdesc=3 and Desc=3 are now supported; they correspond to the ability to handle (micro)descriptors without TAP onion keys.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
All of these elements are now mandatory, so we can now simplify our logic for making sure that they are all present or all not-present.
-
Nick Mathewson authored
(Renaming them has forced me to look at every place where they are used, so I can make sure that they are really optional now.)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 24, 2024
-
-
Nick Mathewson authored
Also, stop storing onion keys in microdesc_t. (In prop350, for microdescs, we are making the body optional; the "onion-key" entry is still mandatory, so that we can tell where microdescs begin.)
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 18, 2024
-
-
David Goulet authored
-
David Goulet authored
Signed-off-by: David Goulet <dgoulet@torproject.org>
-
This patch makes sure we clean up our version and implementation fields in our Managed Proxy struct after each test run. This was detected by LeakSanitizer. See: tpo/core/tor#11101.
-
-
This patch adds two new keys to bridges' extra-info document: "transport-version" and "transport-implementation". These two new values always appear together (if one is missing, the other one will be missing too) and is parsed from PT's STATUS TYPE=version messages. See: tpo/core/tor#11101.
-
-
-
This patch adds support for handling the version status message. Once we receive such message, we add the given version string to the managed_proxy_t instance. Note this value can be NULL and the value can change throughout the lifetime of the PT as multiple status version messages are handled. See: tpo/core/tor#11101
-
David Goulet authored
fix sandbox for bandwidth authority Closes #40933 See merge request !821
-
- Jun 07, 2024
-
-
- Jun 06, 2024
-
-
David Goulet authored
-
-
David Goulet authored
-
-
David Goulet authored
-
-
-
- May 30, 2024
-
-
David Goulet authored
-
Closes: #40940.
-