diff options
author | David Goulet <dgoulet@torproject.org> | 2020-09-22 10:45:52 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-11-18 11:31:37 -0500 |
commit | ea52705e4b1753a75aac77ec0bc828d70327a4ad (patch) | |
tree | 331a8d61cd709483ed9cdba428d6141ba0e9938c /changes | |
parent | fcf5bbb59fe12304dd60da248fafc5d892629d1b (diff) | |
download | tor-ea52705e4b1753a75aac77ec0bc828d70327a4ad.tar.gz tor-ea52705e4b1753a75aac77ec0bc828d70327a4ad.zip |
config: Bridge line with a transport must have a ClientTransportPlugin
Fixes #25528
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25528 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25528 b/changes/ticket25528 new file mode 100644 index 0000000000..cfc6c91fb7 --- /dev/null +++ b/changes/ticket25528 @@ -0,0 +1,6 @@ + o Minor bugfixes (client, bridge, configuration): + - Exit tor on a misconfiguration when the Bridge line has a transport but + no corresponding ClientTransportPlugin can be found. Prior to this fix, + tor would attempt to connect to the bridge directly without using the + transport leading to a possible leak on the wire. Fixes bug 25528; + bugfix on 0.2.6.1-alpha. |