mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnutls: Added default options
This commit is contained in:
@@ -5,31 +5,40 @@ menu "Configuration"
|
||||
|
||||
config GNUTLS_DTLS_SRTP
|
||||
bool "enable DTLS SRTP support"
|
||||
default y
|
||||
|
||||
config GNUTLS_ALPN
|
||||
bool "enable ALPN support"
|
||||
default y
|
||||
|
||||
config GNUTLS_OCSP
|
||||
bool "enable ocsp support"
|
||||
default y
|
||||
|
||||
config GNUTLS_CRYPTODEV
|
||||
bool "enable /dev/crypto support"
|
||||
depends on BROKEN
|
||||
default n
|
||||
|
||||
config GNUTLS_HEARTBEAT
|
||||
bool "enable DTLS heartbeat support"
|
||||
default y
|
||||
|
||||
config GNUTLS_OPENPGP
|
||||
bool "enable OPENPGP authentication support"
|
||||
default n
|
||||
|
||||
config GNUTLS_SRP
|
||||
bool "enable SRP authentication support"
|
||||
default n
|
||||
|
||||
config GNUTLS_PSK
|
||||
bool "enable PSK authentication support"
|
||||
default y
|
||||
|
||||
config GNUTLS_ANON
|
||||
bool "enable anonymous authentication support"
|
||||
default n
|
||||
|
||||
config GNUTLS_PKCS11
|
||||
bool "enable smart card (PKCS11) support"
|
||||
|
||||
Reference in New Issue
Block a user