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.

58 lines
1.3 KiB

  1. if PACKAGE_openvpn-openssl
  2. config OPENVPN_openssl_ENABLE_LZO
  3. bool "Enable LZO compression support"
  4. default y
  5. config OPENVPN_openssl_ENABLE_LZ4
  6. bool "Enable LZ4 compression support"
  7. default y
  8. config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
  9. bool "Enable the --x509-username-field feature"
  10. default n
  11. #config OPENVPN_openssl_ENABLE_EUREPHIA
  12. # bool "Enable support for the eurephia plug-in"
  13. # default n
  14. config OPENVPN_openssl_ENABLE_MANAGEMENT
  15. bool "Enable management server support"
  16. default n
  17. #config OPENVPN_openssl_ENABLE_PKCS11
  18. # bool "Enable pkcs11 support"
  19. # default n
  20. config OPENVPN_openssl_ENABLE_FRAGMENT
  21. bool "Enable internal fragmentation support (--fragment)"
  22. default y
  23. config OPENVPN_openssl_ENABLE_MULTIHOME
  24. bool "Enable multi-homed UDP server support (--multihome)"
  25. default y
  26. config OPENVPN_openssl_ENABLE_PORT_SHARE
  27. bool "Enable TCP server port-share support (--port-share)"
  28. default y
  29. config OPENVPN_openssl_ENABLE_DEF_AUTH
  30. bool "Enable deferred authentication"
  31. default y
  32. config OPENVPN_openssl_ENABLE_PF
  33. bool "Enable internal packet filter"
  34. default y
  35. config OPENVPN_openssl_ENABLE_IPROUTE2
  36. bool "Enable support for iproute2"
  37. default n
  38. config OPENVPN_openssl_ENABLE_SMALL
  39. bool "Enable size optimization"
  40. default y
  41. help
  42. enable smaller executable size (disable OCC, usage
  43. message, and verb 4 parm list)
  44. endif