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
899 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. default n
  16. config GNUTLS_HEARTBEAT
  17. bool "enable DTLS heartbeat support"
  18. default y
  19. config GNUTLS_SRP
  20. bool "enable SRP authentication support"
  21. default n
  22. config GNUTLS_PSK
  23. bool "enable PSK authentication support"
  24. default y
  25. config GNUTLS_ANON
  26. bool "enable anonymous authentication support"
  27. default y
  28. config GNUTLS_TPM
  29. bool "enable tpm support"
  30. select GNUTLS_PKCS11
  31. default n
  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