Remove channel_is_canonical_is_reliable()

This function once served to let circuits continue to be built over
version-1 link connections.  But such connections are long-obsolete,
and it's time to remove this check.

Closes #40081.
This commit is contained in:
Nick Mathewson
2020-08-03 11:25:37 -04:00
parent c4742b89b2
commit 435f31aed3
6 changed files with 32 additions and 74 deletions
+6
View File
@@ -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.