You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
931 B

  1. # gnutls avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_libgnutls
  4. config GNUTLS_DTLS_SRTP
  5. bool "enable DTLS SRTP support"
  6. default y
  7. config GNUTLS_ALPN
  8. bool "enable ALPN support"
  9. default y
  10. config GNUTLS_OCSP
  11. bool "enable ocsp support"
  12. default y
  13. config GNUTLS_CRYPTODEV
  14. bool "enable /dev/crypto support"
  15. select PACKAGE_kmod-cryptodev
  16. default n
  17. config GNUTLS_HEARTBEAT
  18. bool "enable DTLS heartbeat support"
  19. default y
  20. config GNUTLS_OPENPGP
  21. bool "enable OPENPGP authentication support"
  22. default n
  23. config GNUTLS_SRP
  24. bool "enable SRP authentication support"
  25. default n
  26. config GNUTLS_PSK
  27. bool "enable PSK authentication support"
  28. default y
  29. config GNUTLS_ANON
  30. bool "enable anonymous authentication support"
  31. default y
  32. config GNUTLS_PKCS11
  33. bool "enable smart card (PKCS11) support"
  34. select GNUTLS_EXT_LIBTASN1
  35. default n
  36. config GNUTLS_EXT_LIBTASN1
  37. bool "use external libtasn1"
  38. default n
  39. endmenu