From e4376793b4e093089543cb1bad64eef34ed25eca Mon Sep 17 00:00:00 2001 From: Magnus Kroken Date: Tue, 1 Dec 2020 11:03:55 +0100 Subject: openvpn: disable LZO support by default OpenVPN recommends disabling compression, as it may weaken the security of the connection. For users who need compression, we build with LZ4 support by default. LZO in OpenVPN pulls in liblzo at approx. 32 kB. OpenWrt users will no longer be able to connect to OpenVPN peers that require LZO compression, unless they build the OpenVPN package themselves. Signed-off-by: Magnus Kroken --- net/openvpn/Config-mbedtls.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openvpn/Config-mbedtls.in') diff --git a/net/openvpn/Config-mbedtls.in b/net/openvpn/Config-mbedtls.in index 2a2f303c4..3cf233b8f 100644 --- a/net/openvpn/Config-mbedtls.in +++ b/net/openvpn/Config-mbedtls.in @@ -2,7 +2,7 @@ if PACKAGE_openvpn-mbedtls config OPENVPN_mbedtls_ENABLE_LZO bool "Enable LZO compression support" - default y + default n config OPENVPN_mbedtls_ENABLE_LZ4 bool "Enable LZ4 compression support" -- cgit v1.2.3