Config-openssl.in 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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_X509_ALT_USERNAME
  6. bool "Enable the --x509-username-field feature"
  7. default n
  8. config OPENVPN_openssl_ENABLE_SERVER
  9. bool "Enable server support (otherwise only client mode is support)"
  10. default y
  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_HTTP
  21. bool "Enable HTTP proxy support"
  22. default y
  23. config OPENVPN_openssl_ENABLE_SOCKS
  24. bool "Enable SOCKS proxy support"
  25. default y
  26. config OPENVPN_openssl_ENABLE_FRAGMENT
  27. bool "Enable internal fragmentation support (--fragment)"
  28. default y
  29. config OPENVPN_openssl_ENABLE_MULTIHOME
  30. bool "Enable multi-homed UDP server support (--multihome)"
  31. default y
  32. config OPENVPN_openssl_ENABLE_PORT_SHARE
  33. bool "Enable TCP server port-share support (--port-share)"
  34. default y
  35. config OPENVPN_openssl_ENABLE_DEF_AUTH
  36. bool "Enable deferred authentication"
  37. default y
  38. config OPENVPN_openssl_ENABLE_PF
  39. bool "Enable internal packet filter"
  40. default y
  41. config OPENVPN_openssl_ENABLE_IPROUTE2
  42. bool "Enable support for iproute2"
  43. default n
  44. config OPENVPN_openssl_ENABLE_SMALL
  45. bool "Enable size optimization"
  46. default y
  47. help
  48. enable smaller executable size (disable OCC, usage
  49. message, and verb 4 parm list)
  50. endif