aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-11-09 16:13:42 -0500
committerNick Mathewson <nickm@torproject.org>2020-11-09 16:13:42 -0500
commit0b2c64effd7b4c1238e3b4da34f09d670dafd52d (patch)
tree7844bcbf729549dfdea64af553c5753fa40d5753 /changes
parent4876409c2aa7deecd5f57474ee6de6ea9e90a855 (diff)
parent52e439c13eac6982a605c698c49629b1da48563d (diff)
downloadtor-0b2c64effd7b4c1238e3b4da34f09d670dafd52d.tar.gz
tor-0b2c64effd7b4c1238e3b4da34f09d670dafd52d.zip
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug400806
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.