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.

34 lines
647 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. 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. endmenu