gnutls: Added default options

This commit is contained in:
Nikos Mavrogiannopoulos 2014-06-28 13:32:12 +02:00
parent 6f50d60474
commit c0a60a5e3f
1 changed files with 9 additions and 0 deletions

View File

@ -5,31 +5,40 @@ menu "Configuration"
config GNUTLS_DTLS_SRTP config GNUTLS_DTLS_SRTP
bool "enable DTLS SRTP support" bool "enable DTLS SRTP support"
default y
config GNUTLS_ALPN config GNUTLS_ALPN
bool "enable ALPN support" bool "enable ALPN support"
default y
config GNUTLS_OCSP config GNUTLS_OCSP
bool "enable ocsp support" bool "enable ocsp support"
default y
config GNUTLS_CRYPTODEV config GNUTLS_CRYPTODEV
bool "enable /dev/crypto support" bool "enable /dev/crypto support"
depends on BROKEN depends on BROKEN
default n
config GNUTLS_HEARTBEAT config GNUTLS_HEARTBEAT
bool "enable DTLS heartbeat support" bool "enable DTLS heartbeat support"
default y
config GNUTLS_OPENPGP config GNUTLS_OPENPGP
bool "enable OPENPGP authentication support" bool "enable OPENPGP authentication support"
default n
config GNUTLS_SRP config GNUTLS_SRP
bool "enable SRP authentication support" bool "enable SRP authentication support"
default n
config GNUTLS_PSK config GNUTLS_PSK
bool "enable PSK authentication support" bool "enable PSK authentication support"
default y
config GNUTLS_ANON config GNUTLS_ANON
bool "enable anonymous authentication support" bool "enable anonymous authentication support"
default n
config GNUTLS_PKCS11 config GNUTLS_PKCS11
bool "enable smart card (PKCS11) support" bool "enable smart card (PKCS11) support"