]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: when enabling QUIC, check that TLS supports QUIC
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jan 2024 13:11:19 +0000 (14:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Jan 2024 08:47:42 +0000 (09:47 +0100)
commitb3f02e1d927f10b48bdaa573fe09e28bdc25d94d
tree7fd72952de24e41e830295ccd6f1238b2a012eb4
parent5d044ad9480a9f556f4b6a252d7533b1ba7fe57e
configure: when enabling QUIC, check that TLS supports QUIC

Most importantly perhaps is when using OpenSSL that the used
build/flavor has the QUIC API: the vanilla OpenSSL does not, only
BoringSSL, libressl, AWS-LC and quictls do.

Ref: https://github.com/curl/curl/commit/5d044ad9480a9f556f4b6a252d7533b1ba7fe57e#r136780413

Closes #12683
configure.ac
m4/curl-gnutls.m4
m4/curl-openssl.m4
m4/curl-wolfssl.m4