diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-26 11:21:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-02 10:14:48 -0400 |
commit | 65b05b12ab009aad6f7a2702e5217337d2f67f50 (patch) | |
tree | da610bf80915608177be9e86a4669180a89abd70 /changes | |
parent | 7b5f58a1c93f99ef3eaa840b4443ca0a4120a512 (diff) | |
download | tor-65b05b12ab009aad6f7a2702e5217337d2f67f50.tar.gz tor-65b05b12ab009aad6f7a2702e5217337d2f67f50.zip |
Changes file for #32622.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32622 | 5 |
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. |