openvpn: update to 2.6.10
[feed/packages.git] / net / openvpn / Config-wolfssl.in
1 if PACKAGE_openvpn-wolfssl
2
3 config OPENVPN_wolfssl
4 bool
5 default y
6 select WOLFSSL_HAS_OPENVPN
7
8 config OPENVPN_wolfssl_ENABLE_LZO
9 bool "Enable LZO compression support"
10 default n
11
12 config OPENVPN_wolfssl_ENABLE_LZ4
13 bool "Enable LZ4 compression support"
14 default y
15
16 config OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME
17 bool "Enable the --x509-username-field feature"
18 default n
19
20 #config OPENVPN_wolfssl_ENABLE_EUREPHIA
21 # bool "Enable support for the eurephia plug-in"
22 # default n
23
24 config OPENVPN_wolfssl_ENABLE_MANAGEMENT
25 bool "Enable management server support"
26 default n
27
28 #config OPENVPN_wolfssl_ENABLE_PKCS11
29 # bool "Enable pkcs11 support"
30 # default n
31
32 config OPENVPN_wolfssl_ENABLE_FRAGMENT
33 bool "Enable internal fragmentation support (--fragment)"
34 default y
35
36 config OPENVPN_wolfssl_ENABLE_PORT_SHARE
37 bool "Enable TCP server port-share support (--port-share)"
38 default y
39
40 config OPENVPN_wolfssl_ENABLE_IPROUTE2
41 bool "Enable support for iproute2"
42 default n
43
44 config OPENVPN_wolfssl_ENABLE_DCO
45 depends on !OPENVPN_wolfssl_ENABLE_IPROUTE2
46 bool "Enable support for data channel offload"
47 default n if OPENVPN_openssl_ENABLE_IPROUTE2
48 help
49 enable data channel offload support
50 using the ovpn-dco-v2 kernel module
51
52 config OPENVPN_wolfssl_ENABLE_SMALL
53 bool "Enable size optimization"
54 default y
55 help
56 enable smaller executable size (disable OCC, usage
57 message, and verb 4 parm list)
58
59 endif