From: Nick Mathewson Date: Fri, 26 Jun 2020 15:21:53 +0000 (-0400) Subject: Changes file for #32622. X-Git-Tag: tor-0.4.4.2-alpha~14^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65b05b12ab009aad6f7a2702e5217337d2f67f50;p=thirdparty%2Ftor.git Changes file for #32622. --- diff --git a/changes/ticket32622 b/changes/ticket32622 new file mode 100644 index 0000000000..1c663567fd --- /dev/null +++ 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.