diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-24 09:40:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-24 09:40:06 -0400 |
commit | 3f3739c6e064fd5e1c2ac89bfd49fed7a622ac68 (patch) | |
tree | 91b743747d7531e4f036f8c96732cf8e45e18d43 /changes | |
parent | 8340f641c30f8e529b513732be2c931e128227e2 (diff) | |
parent | f48fb8a720c7cca79249248f92e3bc99cee3414d (diff) | |
download | tor-3f3739c6e064fd5e1c2ac89bfd49fed7a622ac68.tar.gz tor-3f3739c6e064fd5e1c2ac89bfd49fed7a622ac68.zip |
Merge branch 'maint-0.3.1' into maint-0.3.2
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. + |