Config-openssl.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. endif