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