gnutls: Made several parts of gnutls configurable and updated to 3.2.14.
[openwrt/svn-archive/archive.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
9 config GNUTLS_ALPN
10 bool "enable ALPN support"
11
12 config GNUTLS_OCSP
13 bool "enable ocsp support"
14
15 config GNUTLS_CRYPTODEV
16 bool "enable /dev/crypto support"
17 depends on BROKEN
18
19 config GNUTLS_HEARTBEAT
20 bool "enable DTLS heartbeat support"
21
22 config GNUTLS_OPENPGP
23 bool "enable OPENPGP authentication support"
24
25 config GNUTLS_SRP
26 bool "enable SRP authentication support"
27
28 config GNUTLS_PSK
29 bool "enable PSK authentication support"
30
31 config GNUTLS_ANON
32 bool "enable anonymous authentication support"
33
34 endmenu