2014-06-04 00:17:20 +08:00
|
|
|
# gnutls avanced configuration
|
|
|
|
|
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_libgnutls
|
|
|
|
|
|
|
|
config GNUTLS_DTLS_SRTP
|
|
|
|
bool "enable DTLS SRTP support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_ALPN
|
|
|
|
bool "enable ALPN support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_OCSP
|
|
|
|
bool "enable ocsp support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_CRYPTODEV
|
|
|
|
bool "enable /dev/crypto support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default n
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_HEARTBEAT
|
|
|
|
bool "enable DTLS heartbeat support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_SRP
|
|
|
|
bool "enable SRP authentication support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default n
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_PSK
|
|
|
|
bool "enable PSK authentication support"
|
2014-06-28 19:32:12 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
|
|
|
config GNUTLS_ANON
|
|
|
|
bool "enable anonymous authentication support"
|
2014-09-06 21:18:55 +08:00
|
|
|
default y
|
2014-06-04 00:17:20 +08:00
|
|
|
|
2016-09-02 00:13:35 +08:00
|
|
|
config GNUTLS_TPM
|
|
|
|
bool "enable tpm support"
|
|
|
|
select GNUTLS_PKCS11
|
|
|
|
default n
|
|
|
|
|
2014-06-20 23:56:15 +08:00
|
|
|
config GNUTLS_PKCS11
|
|
|
|
bool "enable smart card (PKCS11) support"
|
|
|
|
select GNUTLS_EXT_LIBTASN1
|
|
|
|
default n
|
|
|
|
|
2014-06-20 23:31:32 +08:00
|
|
|
config GNUTLS_EXT_LIBTASN1
|
|
|
|
bool "use external libtasn1"
|
|
|
|
default n
|
|
|
|
|
2014-06-04 00:17:20 +08:00
|
|
|
endmenu
|