mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Apparently, contrary to its documentation, this is how OpenSSL now wants us to report an error. Fixes bug 26116; bugfix on 0.2.5.16.
7 lines
384 B
Text
7 lines
384 B
Text
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.
|
|
|