Config-openssl.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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_SERVER
  12. bool "Enable server support (otherwise only client mode is support)"
  13. default y
  14. #config OPENVPN_openssl_ENABLE_EUREPHIA
  15. # bool "Enable support for the eurephia plug-in"
  16. # default n
  17. config OPENVPN_openssl_ENABLE_MANAGEMENT
  18. bool "Enable management server support"
  19. default n
  20. #config OPENVPN_openssl_ENABLE_PKCS11
  21. # bool "Enable pkcs11 support"
  22. # default n
  23. config OPENVPN_openssl_ENABLE_FRAGMENT
  24. bool "Enable internal fragmentation support (--fragment)"
  25. default y
  26. config OPENVPN_openssl_ENABLE_MULTIHOME
  27. bool "Enable multi-homed UDP server support (--multihome)"
  28. default y
  29. config OPENVPN_openssl_ENABLE_PORT_SHARE
  30. bool "Enable TCP server port-share support (--port-share)"
  31. default y
  32. config OPENVPN_openssl_ENABLE_DEF_AUTH
  33. bool "Enable deferred authentication"
  34. default y
  35. config OPENVPN_openssl_ENABLE_PF
  36. bool "Enable internal packet filter"
  37. default y
  38. config OPENVPN_openssl_ENABLE_IPROUTE2
  39. bool "Enable support for iproute2"
  40. default n
  41. config OPENVPN_openssl_ENABLE_SMALL
  42. bool "Enable size optimization"
  43. default y
  44. help
  45. enable smaller executable size (disable OCC, usage
  46. message, and verb 4 parm list)
  47. endif