aboutsummaryrefslogtreecommitdiff
path: root/changes/bug33899
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-14 12:16:48 +1000
committerteor <teor@torproject.org>2020-04-14 12:16:48 +1000
commit41fa07f751aaf50297d3139c440f7fb3ed71338a (patch)
treeaf15667eb4600a27f9a72a98fdf079152ccfdb7e /changes/bug33899
parentab8ff32bec055d938ec53ca31df00bfdedcf8fe7 (diff)
downloadtor-41fa07f751aaf50297d3139c440f7fb3ed71338a.tar.gz
tor-41fa07f751aaf50297d3139c440f7fb3ed71338a.zip
core/or: Allow IPv6 connections to be canonical
Consider IPv6 addresses when checking if a connection is canonical. In 17604, relays assumed that a remote relay could consider an IPv6 connection canonical, but did not set the canonical flag on their side of the connection. Fixes bug 33899; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'changes/bug33899')
-rw-r--r--changes/bug338995
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug33899 b/changes/bug33899
new file mode 100644
index 0000000000..319df45dff
--- /dev/null
+++ b/changes/bug33899
@@ -0,0 +1,5 @@
+ o Minor bugfixes (IPv6, relay):
+ - Consider IPv6 addresses when checking if a connection is canonical.
+ In 17604, relays assumed that a remote relay could consider an IPv6
+ connection canonical, but did not set the canonical flag on their side
+ of the connection. Fixes bug 33899; bugfix on 0.3.1.1-alpha.