Merge branch 'maint-0.3.5' into release-0.3.5

This commit is contained in:
Nick Mathewson
2020-11-09 16:13:42 -05:00
4 changed files with 30 additions and 5 deletions
+6
View File
@@ -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.