curl: prepare for HTTP/3 support
[feed/packages.git] / net / curl / Config.in
index afb7f815190e6bbf794c7091b1d2398ad9271e2b..29865a87a7afd51e22125dc96f47766ee88f9c71 100644 (file)
@@ -4,7 +4,7 @@ comment "SSL support"
 
 choice
        prompt "Selected SSL library"
-       default LIBCURL_WOLFSSL
+       default LIBCURL_MBEDTLS
 
        config LIBCURL_MBEDTLS
                bool "mbed TLS"
@@ -105,6 +105,16 @@ config LIBCURL_NGHTTP2
        bool "HTTP2 protocol"
        default y
 
+config LIBCURL_NGHTTP3
+       bool "HTTP/3 protocol"
+       depends on LIBCURL_OPENSSL
+       default n
+
+config LIBCURL_NGTCP2
+       bool "QUIC protocol"
+       depends on LIBCURL_OPENSSL
+       default n
+
 comment "Miscellaneous"
 
 config LIBCURL_PROXY
@@ -139,7 +149,7 @@ config LIBCURL_ZSTD
 
 config LIBCURL_UNIX_SOCKETS
        bool "Enable unix domain socket support"
-       default n
+       default y
        help
                Enable HTTP over unix domain sockets.
                To use this with the curl command line, you specify the socket path to the new --unix-domain option.