diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:05:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:05:31 -0400 |
commit | 84a5bd48e2717f29b547d9fd43d83cab3da39aaa (patch) | |
tree | 748c8763dd5348b90bcb7cc40bb74f54d01ffb60 /changes | |
parent | ed6a328297a67b2512469311aa87411fffec0b1d (diff) | |
parent | 435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc (diff) | |
download | tor-84a5bd48e2717f29b547d9fd43d83cab3da39aaa.tar.gz tor-84a5bd48e2717f29b547d9fd43d83cab3da39aaa.zip |
Merge remote-tracking branch 'tor-gitlab/mr/103' into maint-0.3.5
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. |