mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
cee6e7d9e1
From LibreSSL versions 3.2.1 through 3.4.0, our configure script would conclude that TLSv1.3 as supported, but it actually wasn't. This led to annoying breakage like #40128 and #40445. Now we give an error message if we try to build with one of those versions. Closes #40511.
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
o Minor features (compilation):
|
|
- Give an error message if trying to build with a version of LibreSSL
|
|
known not to work with Tor. (There's an incompatibility with
|
|
LibreSSL versions 3.2.1 through 3.4.0 inclusive because of their
|
|
incompatibility with OpenSSL 1.1.1's TLSv1.3 APIs.)
|
|
Closes ticket 40511.
|