]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for #32622.
authorNick Mathewson <nickm@torproject.org>
Fri, 26 Jun 2020 15:21:53 +0000 (11:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Jul 2020 14:14:48 +0000 (10:14 -0400)
changes/ticket32622 [new file with mode: 0644]

diff --git a/changes/ticket32622 b/changes/ticket32622
new file mode 100644 (file)
index 0000000..1c66356
--- /dev/null
@@ -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.