Merge branch 'ticket32622_044_squashed' into maint-0.4.4

This commit is contained in:
Nick Mathewson
2020-07-02 10:14:55 -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.