From: Daniel Stenberg Date: Mon, 20 Oct 2025 06:47:43 +0000 (+0200) Subject: HTTP3: clarify the status for "old" OpenSSL, not current X-Git-Tag: curl-8_17_0~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f21d70e76c1c66cb2f59886e8ad52bffe1d66ed9;p=thirdparty%2Fcurl.git HTTP3: clarify the status for "old" OpenSSL, not current Closes #19153 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 2047d4ad2e..b3ddcbaaf8 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -93,8 +93,9 @@ Build curl: ## Build with quictls -OpenSSL does not offer the required APIs for building a QUIC client. You need -to use a TLS library that has such APIs and that works with *ngtcp2*. +OpenSSL before version 3.5 does not offer the required APIs for building a +QUIC client. You need to use a TLS library that has such APIs and that works +with *ngtcp2*. Build quictls (any `+quic` tagged version works):