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 | f42739e746bcaa0159f7bb41d893ac8920a657ca (patch) | |
tree | 1ab5ab6f64bcbc70a4ec9d64ec94a630fdfbfb5c /changes | |
parent | 7fb941e9f26a1ae6b6faccea9a3e9620b8d90ef3 (diff) | |
parent | 0ef432d4577790b36bd7945c51382271ce0d2105 (diff) | |
download | tor-f42739e746bcaa0159f7bb41d893ac8920a657ca.tar.gz tor-f42739e746bcaa0159f7bb41d893ac8920a657ca.zip |
Merge branch 'maint-0.3.3'
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. + |