]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP3: clarify the status for "old" OpenSSL, not current bagder/HTTP3-old-ossl 19153/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Oct 2025 06:47:43 +0000 (08:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Oct 2025 06:47:43 +0000 (08:47 +0200)
docs/HTTP3.md

index 2047d4ad2e771b457db80b78078f1dd85cabc089..b3ddcbaaf8327675dd48f90f6670d322140920ce 100644 (file)
@@ -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):