diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-09 16:13:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-09 16:13:24 -0500 |
commit | 52e439c13eac6982a605c698c49629b1da48563d (patch) | |
tree | 6f557f261a53a531d5dd83b1c44e9fc097f5305d /changes/bug40080 | |
parent | dd63b972883f6c0b23ee2f7661b7897b229dd28f (diff) | |
parent | afb6ff17390cb13780c6e813ad0535048dbd9d3c (diff) | |
download | tor-52e439c13eac6982a605c698c49629b1da48563d.tar.gz tor-52e439c13eac6982a605c698c49629b1da48563d.zip |
Merge remote-tracking branch 'tor-gitlab/mr/189' into maint-0.3.5
Diffstat (limited to 'changes/bug40080')
-rw-r--r-- | changes/bug40080 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug40080 b/changes/bug40080 new file mode 100644 index 0000000000..8162466354 --- /dev/null +++ b/changes/bug40080 @@ -0,0 +1,6 @@ + o Minor bugfixes (security): + - When completing a channel, relays now check more thoroughly to make + sure that it matches any pending circuits before attaching those + circuits. Previously, address correctness and Ed25519 identities were not + checked in this case, but only when extending circuits on an existing + channel. Fixes bug 40080; bugfix on 0.2.7.2-alpha. |