Merge branch 'maint-0.4.3'

This commit is contained in:
Nick Mathewson
2020-04-13 14:14:41 -04:00
7 changed files with 44 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (hidden services):
- Block a client-side assert by disallowing the registration of an x25519
client auth key that's all zeroes. Fixes bug 33545; bugfix on
0.4.3.1-alpha. Patch based on patch from "cypherpunks".