aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-24 09:39:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-24 09:39:46 -0400
commitc380562aed5242eab6449b054199d742f02833dd (patch)
tree81cdc285f750e96d008e3e21d9f34e011d17d422 /changes
parentd1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 (diff)
parentaeb4be1d5a17f8ff836e370f8942c09c66b31e1d (diff)
downloadtor-c380562aed5242eab6449b054199d742f02833dd.tar.gz
tor-c380562aed5242eab6449b054199d742f02833dd.zip
Merge branch 'bug26116_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/bug261167
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug26116 b/changes/bug26116
new file mode 100644
index 0000000000..3bfde74f77
--- /dev/null
+++ b/changes/bug26116
@@ -0,0 +1,7 @@
+ o Minor bugfixes (compatibility, openssl):
+ - Work around a change in OpenSSL 1.1.1 where
+ return values that would previously indicate "no password" now
+ indicate an empty password. Without this workaround, Tor instances
+ running with OpenSSL 1.1.1 would accept descriptors that other Tor
+ instances would reject. Fixes bug 26116; bugfix on 0.2.5.16.
+