gnutls: enable anon by default to allow gnutls-cli in gnutls-utils
[feed/packages.git] / libs / gnutls / Config.in
1 # gnutls avanced configuration
2
3 menu "Configuration"
4 depends on PACKAGE_libgnutls
5
6 config GNUTLS_DTLS_SRTP
7 bool "enable DTLS SRTP support"
8 default y
9
10 config GNUTLS_ALPN
11 bool "enable ALPN support"
12 default y
13
14 config GNUTLS_OCSP
15 bool "enable ocsp support"
16 default y
17
18 config GNUTLS_CRYPTODEV
19 bool "enable /dev/crypto support"
20 select PACKAGE_kmod-cryptodev
21 default n
22
23 config GNUTLS_HEARTBEAT
24 bool "enable DTLS heartbeat support"
25 default y
26
27 config GNUTLS_OPENPGP
28 bool "enable OPENPGP authentication support"
29 default n
30
31 config GNUTLS_SRP
32 bool "enable SRP authentication support"
33 default n
34
35 config GNUTLS_PSK
36 bool "enable PSK authentication support"
37 default y
38
39 config GNUTLS_ANON
40 bool "enable anonymous authentication support"
41 default y
42
43 config GNUTLS_PKCS11
44 bool "enable smart card (PKCS11) support"
45 select GNUTLS_EXT_LIBTASN1
46 default n
47
48 config GNUTLS_EXT_LIBTASN1
49 bool "use external libtasn1"
50 default n
51
52 endmenu