quic: openssl quic, cmake and doc version update to 3.3.0

Closes #14028
This commit is contained in:
Stefan Eissing 2024-06-26 15:45:33 +02:00 committed by Daniel Stenberg
parent bb09a304bb
commit 8d067e61b0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View 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)

View 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