diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-16 11:43:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-16 11:43:53 -0400 |
commit | ddc3eb20b72c607c5445d34e04154e68b5d77eb1 (patch) | |
tree | 6dfb91a2880bae6deaf126acf7a2a6d93139c233 /changes | |
parent | 6acbd4c112d984c8a3fcfa1a387093131b740ca7 (diff) | |
parent | 881f7157f648eb8a39e5dfd3efb95951ee7ac215 (diff) | |
download | tor-ddc3eb20b72c607c5445d34e04154e68b5d77eb1.tar.gz tor-ddc3eb20b72c607c5445d34e04154e68b5d77eb1.zip |
Merge branch 'bug26116_029' into bug26116_033
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. + |