Give an error message if LibreSSL's TLSv1.3 APIs aren't what we need
commitcee6e7d9e16fdede9e0c7f319e82bd176de25504
authorNick Mathewson <nickm@torproject.org>
Sat, 6 Nov 2021 15:04:08 +0000 (6 11:04 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 6 Nov 2021 15:04:08 +0000 (6 11:04 -0400)
treea7971b8d08e932a735546017d877f5a165fd2f8b
parent8beb560bfd19106ab75e13f6bf6230fde93e5fac
Give an error message if LibreSSL's TLSv1.3 APIs aren't what we need

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.
changes/ticket40511 [new file with mode: 0644]
configure.ac