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:
Paul Donald
2026-02-08 22:46:39 +01:00
committed by Hannu Nyman
parent affa96dc81
commit 0ff7aa62fc
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"