summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2020-08-12 13:23:33 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2020-08-12 13:23:33 +0300
commitcce39dd915fd6c98468a2565ba67f6cc0c59f4bf (patch)
tree42d03c0eed0a2457f0c2567c430debf5ca654aa1 /changes
parent48cd932ed14ca135ffeb91ea4b8b23ad9bb5afe8 (diff)
parent8e9edb93be7771e44352c539abdf0b269ac56fab (diff)
downloadtor-cce39dd915fd6c98468a2565ba67f6cc0c59f4bf.tar.gz
tor-cce39dd915fd6c98468a2565ba67f6cc0c59f4bf.zip
Merge branch 'maint-0.4.4' into release-0.4.4
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.