Merge pull request #19470 from rmilecki/ddns-scripts-code-cleanup
[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_MULTIHOME
37 bool "Enable multi-homed UDP server support (--multihome)"
38 default y
39
40 config OPENVPN_wolfssl_ENABLE_PORT_SHARE
41 bool "Enable TCP server port-share support (--port-share)"
42 default y
43
44 config OPENVPN_wolfssl_ENABLE_DEF_AUTH
45 bool "Enable deferred authentication"
46 default y
47
48 config OPENVPN_wolfssl_ENABLE_PF
49 bool "Enable internal packet filter"
50 default y
51
52 config OPENVPN_wolfssl_ENABLE_IPROUTE2
53 bool "Enable support for iproute2"
54 default n
55
56 config OPENVPN_wolfssl_ENABLE_SMALL
57 bool "Enable size optimization"
58 default y
59 help
60 enable smaller executable size (disable OCC, usage
61 message, and verb 4 parm list)
62
63 endif