mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
bf413829cb
In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to backport. This closes tor issue 28973.
7 lines
354 B
Plaintext
7 lines
354 B
Plaintext
o Minor features (OpenSSL bug workaround):
|
|
- Work around a bug in OpenSSL 1.1.1a, which prevented the TLS 1.3
|
|
key export function from handling long labels. When this bug
|
|
is detected, Tor will disable TLS 1.3. We recommend upgrading to
|
|
a version of OpenSSL without this bug when it becomes available.
|
|
Closes ticket 28973.
|