diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-03 11:49:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-03 11:49:09 -0400 |
commit | aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f (patch) | |
tree | 515da617c2ac51de39c7d143dd6cc16023319f7b /changes | |
parent | 18d2c7c5d7eb0441d891fb7642fbbabde6c53cf2 (diff) | |
parent | 435f31aed34e9b58d1e8d9f460e6d2e3c6714fbc (diff) | |
download | tor-aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f.tar.gz tor-aef9c0f5809d2978f16f08ada1f3e482bd4dbb6f.zip |
Merge branch 'ticket40081_035' into ticket40081_044
Resolves conflicts:
src/core/or/channel.c
src/test/test_channel.c
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. |