]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
quic: openssl quic, cmake and doc version update to 3.3.0
authorStefan Eissing <stefan@eissing.org>
Wed, 26 Jun 2024 13:45:33 +0000 (15:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 26 Jun 2024 21:10:50 +0000 (23:10 +0200)
Closes #14028

CMakeLists.txt
docs/HTTP3.md

index 23841048772f094ba8683122d9d6e0032b2586b3..5a4e8c201a29a20cff87c222fb7915bcc03b78df 100644 (file)
@@ -767,7 +767,7 @@ if(USE_OPENSSL_QUIC)
   if(USE_NGTCP2 OR USE_QUICHE OR USE_MSH3)
     message(FATAL_ERROR "Only one HTTP/3 backend can be selected!")
   endif()
-  find_package(OpenSSL 3.2.0 REQUIRED)
+  find_package(OpenSSL 3.3.0 REQUIRED)
 
   find_package(NGHTTP3 REQUIRED)
   set(USE_NGHTTP3 ON)
index 1a528a8c1b3d78193c6d08b28240bb4410f6943a..2a6ebaa8a1f94c965a05fc4726f852d3acc15129 100644 (file)
@@ -209,10 +209,10 @@ Build curl:
 
 QUIC support is **EXPERIMENTAL**
 
-Build OpenSSL 3.2.0
+Build OpenSSL 3.3.1
 
      % cd ..
-     % git clone -b openssl-3.2.0 https://github.com/openssl/openssl
+     % git clone -b openssl-3.3.1 https://github.com/openssl/openssl
      % cd openssl
      % ./config enable-tls1_3 --prefix=<somewhere> --libdir=<somewhere>/lib
      % make