curl: use OpenSSL by default
This commit is contained in:
parent
af642fe04f
commit
8880e029db
@ -4,7 +4,7 @@ comment "SSL support"
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Selected SSL library"
|
prompt "Selected SSL library"
|
||||||
default LIBCURL_MBEDTLS
|
default LIBCURL_OPENSSL
|
||||||
|
|
||||||
config LIBCURL_MBEDTLS
|
config LIBCURL_MBEDTLS
|
||||||
bool "mbed TLS"
|
bool "mbed TLS"
|
||||||
@ -56,7 +56,7 @@ config LIBCURL_IMAP
|
|||||||
|
|
||||||
config LIBCURL_LDAP
|
config LIBCURL_LDAP
|
||||||
bool "LDAP protocol"
|
bool "LDAP protocol"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LIBCURL_LDAPS
|
config LIBCURL_LDAPS
|
||||||
bool "Enable LDAPS support"
|
bool "Enable LDAPS support"
|
||||||
@ -99,11 +99,11 @@ config LIBCURL_TELNET
|
|||||||
|
|
||||||
config LIBCURL_TFTP
|
config LIBCURL_TFTP
|
||||||
bool "TFTP protocol"
|
bool "TFTP protocol"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LIBCURL_NGHTTP2
|
config LIBCURL_NGHTTP2
|
||||||
bool "HTTP2 protocol"
|
bool "HTTP2 protocol"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
comment "Miscellaneous"
|
comment "Miscellaneous"
|
||||||
|
|
||||||
@ -113,11 +113,11 @@ config LIBCURL_PROXY
|
|||||||
|
|
||||||
config LIBCURL_CRYPTO_AUTH
|
config LIBCURL_CRYPTO_AUTH
|
||||||
bool "Enable cryptographic authentication"
|
bool "Enable cryptographic authentication"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LIBCURL_TLS_SRP
|
config LIBCURL_TLS_SRP
|
||||||
bool "Enable TLS-SRP authentication"
|
bool "Enable TLS-SRP authentication"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config LIBCURL_LIBIDN2
|
config LIBCURL_LIBIDN2
|
||||||
bool "Enable IDN2 support"
|
bool "Enable IDN2 support"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user