aboutsummaryrefslogtreecommitdiff
path: root/libs/gnutls/Config.in
blob: 562d678928988bc58d3101407ce4e27c9e6b7083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# gnutls avanced configuration

menu "Configuration"
	depends on PACKAGE_libgnutls

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"
	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 y

config GNUTLS_TPM
	bool "enable tpm support"
	select GNUTLS_PKCS11
	default n

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

endmenu