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.

63 lines
1.4 KiB

  1. if PACKAGE_openvpn-wolfssl
  2. config OPENVPN_wolfssl
  3. bool
  4. default y
  5. select WOLFSSL_HAS_OPENVPN
  6. config OPENVPN_wolfssl_ENABLE_LZO
  7. bool "Enable LZO compression support"
  8. default n
  9. config OPENVPN_wolfssl_ENABLE_LZ4
  10. bool "Enable LZ4 compression support"
  11. default y
  12. config OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME
  13. bool "Enable the --x509-username-field feature"
  14. default n
  15. #config OPENVPN_wolfssl_ENABLE_EUREPHIA
  16. # bool "Enable support for the eurephia plug-in"
  17. # default n
  18. config OPENVPN_wolfssl_ENABLE_MANAGEMENT
  19. bool "Enable management server support"
  20. default n
  21. #config OPENVPN_wolfssl_ENABLE_PKCS11
  22. # bool "Enable pkcs11 support"
  23. # default n
  24. config OPENVPN_wolfssl_ENABLE_FRAGMENT
  25. bool "Enable internal fragmentation support (--fragment)"
  26. default y
  27. config OPENVPN_wolfssl_ENABLE_MULTIHOME
  28. bool "Enable multi-homed UDP server support (--multihome)"
  29. default y
  30. config OPENVPN_wolfssl_ENABLE_PORT_SHARE
  31. bool "Enable TCP server port-share support (--port-share)"
  32. default y
  33. config OPENVPN_wolfssl_ENABLE_DEF_AUTH
  34. bool "Enable deferred authentication"
  35. default y
  36. config OPENVPN_wolfssl_ENABLE_PF
  37. bool "Enable internal packet filter"
  38. default y
  39. config OPENVPN_wolfssl_ENABLE_IPROUTE2
  40. bool "Enable support for iproute2"
  41. default n
  42. config OPENVPN_wolfssl_ENABLE_SMALL
  43. bool "Enable size optimization"
  44. default y
  45. help
  46. enable smaller executable size (disable OCC, usage
  47. message, and verb 4 parm list)
  48. endif