openwrt-packages/libs/gnutls/Config.in

53 lines
931 B
Plaintext
Raw Normal View History

2014-06-03 18:17:20 +02:00
# gnutls avanced configuration
menu "Configuration"
depends on PACKAGE_libgnutls
config GNUTLS_DTLS_SRTP
bool "enable DTLS SRTP support"
2014-06-28 13:32:12 +02:00
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_ALPN
bool "enable ALPN support"
2014-06-28 13:32:12 +02:00
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_OCSP
bool "enable ocsp support"
2014-06-28 13:32:12 +02:00
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_CRYPTODEV
bool "enable /dev/crypto support"
select PACKAGE_kmod-cryptodev
2014-06-28 13:32:12 +02:00
default n
2014-06-03 18:17:20 +02:00
config GNUTLS_HEARTBEAT
bool "enable DTLS heartbeat support"
2014-06-28 13:32:12 +02:00
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_OPENPGP
bool "enable OPENPGP authentication support"
2014-06-28 13:32:12 +02:00
default n
2014-06-03 18:17:20 +02:00
config GNUTLS_SRP
bool "enable SRP authentication support"
2014-06-28 13:32:12 +02:00
default n
2014-06-03 18:17:20 +02:00
config GNUTLS_PSK
bool "enable PSK authentication support"
2014-06-28 13:32:12 +02:00
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_ANON
bool "enable anonymous authentication support"
default y
2014-06-03 18:17:20 +02:00
config GNUTLS_PKCS11
bool "enable smart card (PKCS11) support"
select GNUTLS_EXT_LIBTASN1
default n
config GNUTLS_EXT_LIBTASN1
bool "use external libtasn1"
default n
2014-06-03 18:17:20 +02:00
endmenu