mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
dd6c2b0ad7
Many of these files cause check-changes to fail, which will be a long-term problem as we continue to support 0.2.9.
8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
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.
|
|
|