diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:05:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:05:40 -0400 |
commit | 8a561fc5bfc48b3d849d62b266d323f98d509a50 (patch) | |
tree | d8e73e20c1f0108c9d1d497e10624ae6cc6ddbaa /changes | |
parent | b5a88e8d478e553eb7c6bc022d47a084d6845e64 (diff) | |
parent | 84a5bd48e2717f29b547d9fd43d83cab3da39aaa (diff) | |
download | tor-8a561fc5bfc48b3d849d62b266d323f98d509a50.tar.gz tor-8a561fc5bfc48b3d849d62b266d323f98d509a50.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40081 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40081 b/changes/ticket40081 new file mode 100644 index 0000000000..683ae33518 --- /dev/null +++ b/changes/ticket40081 @@ -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. |