mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
openvpn: disable compression in builds
If you need the security risks of using compression, make a custom build. Signed-off-by: Paul Donald <newtwen+github@gmail.com> https://github.com/openwrt/packages/pull/28533
This commit is contained in:
@@ -6,7 +6,7 @@ config OPENVPN_mbedtls_ENABLE_LZO
|
||||
|
||||
config OPENVPN_mbedtls_ENABLE_LZ4
|
||||
bool "Enable LZ4 compression support"
|
||||
default y
|
||||
default n
|
||||
|
||||
#config OPENVPN_mbedtls_ENABLE_EUREPHIA
|
||||
# bool "Enable support for the eurephia plug-in"
|
||||
|
||||
@@ -2,11 +2,11 @@ if PACKAGE_openvpn-openssl
|
||||
|
||||
config OPENVPN_openssl_ENABLE_LZO
|
||||
bool "Enable LZO compression support"
|
||||
default y
|
||||
default n
|
||||
|
||||
config OPENVPN_openssl_ENABLE_LZ4
|
||||
bool "Enable LZ4 compression support"
|
||||
default y
|
||||
default n
|
||||
|
||||
config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
|
||||
bool "Enable the --x509-username-field feature"
|
||||
|
||||
@@ -11,7 +11,7 @@ config OPENVPN_wolfssl_ENABLE_LZO
|
||||
|
||||
config OPENVPN_wolfssl_ENABLE_LZ4
|
||||
bool "Enable LZ4 compression support"
|
||||
default y
|
||||
default n
|
||||
|
||||
config OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME
|
||||
bool "Enable the --x509-username-field feature"
|
||||
|
||||
Reference in New Issue
Block a user