commit 65b05b12ab009aad6f7a2702e5217337d2f67f50 parent 7b5f58a1c93f99ef3eaa840b4443ca0a4120a512 Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 26 Jun 2020 11:21:53 -0400 Changes file for #32622. Diffstat:
| A | changes/ticket32622 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket32622 b/changes/ticket32622 @@ -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.