mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
6 lines
332 B
Text
6 lines
332 B
Text
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.
|