Merge branch 'maint-0.3.5' into maint-0.4.3

This commit is contained in:
Alexander Færøy
2020-10-28 15:39:37 +00:00
7 changed files with 66 additions and 126 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (protocol simplification):
- Tor no longer allows subprotocol versions larger than 63. Previously
versions up to UINT32_MAX were allowed, which significantly complicated
our code.
Implements proposal 318; closes ticket 40133.