Merge branch 'maint-0.4.4'

This commit is contained in:
Nick Mathewson
2020-07-02 10:15:04 -04:00
9 changed files with 62 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (bootstrap reporting):
- Report more detailed reasons for bootstrap failure when the failure
happens due to a TLS error. Previously we would just call these errors
"MISC" when they happened during read, and "DONE" when they
happened during any other TLS operation. Closes ticket 32622.