暫無描述

Config.in 820B

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