aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:05:31 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:05:31 -0400
commit84a5bd48e2717f29b547d9fd43d83cab3da39aaa (patch)
tree748c8763dd5348b90bcb7cc40bb74f54d01ffb60 /changes
parented6a328297a67b2512469311aa87411fffec0b1d (diff)
parent435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc (diff)
downloadtor-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/ticket400816
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.