diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-24 09:39:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-24 09:39:46 -0400 |
commit | c380562aed5242eab6449b054199d742f02833dd (patch) | |
tree | 81cdc285f750e96d008e3e21d9f34e011d17d422 /changes | |
parent | d1e4ffc710fd6620614d4f7f20f6ed5d1c266ae4 (diff) | |
parent | aeb4be1d5a17f8ff836e370f8942c09c66b31e1d (diff) | |
download | tor-c380562aed5242eab6449b054199d742f02833dd.tar.gz tor-c380562aed5242eab6449b054199d742f02833dd.zip |
Merge branch 'bug26116_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26116 | 7 |
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. + |