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.

54 lines
1.2 KiB

  1. if PACKAGE_openvpn-mbedtls
  2. config OPENVPN_mbedtls_ENABLE_LZO
  3. bool "Enable LZO compression support"
  4. default n
  5. config OPENVPN_mbedtls_ENABLE_LZ4
  6. bool "Enable LZ4 compression support"
  7. default y
  8. #config OPENVPN_mbedtls_ENABLE_EUREPHIA
  9. # bool "Enable support for the eurephia plug-in"
  10. # default n
  11. config OPENVPN_mbedtls_ENABLE_MANAGEMENT
  12. bool "Enable management server support"
  13. default n
  14. #config OPENVPN_mbedtls_ENABLE_PKCS11
  15. # bool "Enable pkcs11 support"
  16. # default n
  17. config OPENVPN_mbedtls_ENABLE_FRAGMENT
  18. bool "Enable internal fragmentation support (--fragment)"
  19. default y
  20. config OPENVPN_mbedtls_ENABLE_MULTIHOME
  21. bool "Enable multi-homed UDP server support (--multihome)"
  22. default y
  23. config OPENVPN_mbedtls_ENABLE_PORT_SHARE
  24. bool "Enable TCP server port-share support (--port-share)"
  25. default y
  26. config OPENVPN_mbedtls_ENABLE_DEF_AUTH
  27. bool "Enable deferred authentication"
  28. default y
  29. config OPENVPN_mbedtls_ENABLE_PF
  30. bool "Enable internal packet filter"
  31. default y
  32. config OPENVPN_mbedtls_ENABLE_IPROUTE2
  33. bool "Enable support for iproute2"
  34. default n
  35. config OPENVPN_mbedtls_ENABLE_SMALL
  36. bool "Enable size optimization"
  37. default y
  38. help
  39. enable smaller executable size (disable OCC, usage
  40. message, and verb 4 parm list)
  41. endif