Config-openssl.in 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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_HTTP
  24. bool "Enable HTTP proxy support"
  25. default y
  26. config OPENVPN_openssl_ENABLE_SOCKS
  27. bool "Enable SOCKS proxy support"
  28. default y
  29. config OPENVPN_openssl_ENABLE_FRAGMENT
  30. bool "Enable internal fragmentation support (--fragment)"
  31. default y
  32. config OPENVPN_openssl_ENABLE_MULTIHOME
  33. bool "Enable multi-homed UDP server support (--multihome)"
  34. default y
  35. config OPENVPN_openssl_ENABLE_PORT_SHARE
  36. bool "Enable TCP server port-share support (--port-share)"
  37. default y
  38. config OPENVPN_openssl_ENABLE_DEF_AUTH
  39. bool "Enable deferred authentication"
  40. default y
  41. config OPENVPN_openssl_ENABLE_PF
  42. bool "Enable internal packet filter"
  43. default y
  44. config OPENVPN_openssl_ENABLE_IPROUTE2
  45. bool "Enable support for iproute2"
  46. default n
  47. config OPENVPN_openssl_ENABLE_SMALL
  48. bool "Enable size optimization"
  49. default y
  50. help
  51. enable smaller executable size (disable OCC, usage
  52. message, and verb 4 parm list)
  53. endif