Merge branch 'maint-0.4.3' into release-0.4.3

This commit is contained in:
Nick Mathewson
2020-10-07 08:05:40 -04:00
6 changed files with 32 additions and 73 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (security):
- Channels using obsolete versions of the Tor link protocol are no
longer allowed to circumvent address-canonicity checks.
(This is only a minor issue, since such channels have no way to
set ed25519 keys, and therefore should always be rejected.)
Closes ticket 40081.