aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-02 10:14:55 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-02 10:14:55 -0400
commit18fa53fdf4e2b35ceee54c317e989bdbc31183d5 (patch)
treeed40968e557419a07b35f27d0f452614ba266a1e /changes
parent8da10e8237df074194594823e6102f7bc6e811ae (diff)
parent65b05b12ab009aad6f7a2702e5217337d2f67f50 (diff)
downloadtor-18fa53fdf4e2b35ceee54c317e989bdbc31183d5.tar.gz
tor-18fa53fdf4e2b35ceee54c317e989bdbc31183d5.zip
Merge branch 'ticket32622_044_squashed' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket326225
1 files changed, 5 insertions, 0 deletions
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.