diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-08-12 13:23:08 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-08-12 13:23:08 +0300 |
commit | 8e9edb93be7771e44352c539abdf0b269ac56fab (patch) | |
tree | ed53621b801960c4dc72300501a5162235f8face /changes | |
parent | 1770d1c216259f28684c5230c3cea463c1da3161 (diff) | |
parent | aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f (diff) | |
download | tor-8e9edb93be7771e44352c539abdf0b269ac56fab.tar.gz tor-8e9edb93be7771e44352c539abdf0b269ac56fab.zip |
Merge remote-tracking branch 'tor-gitlab/mr/104' into maint-0.4.4
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. |