From: Martin Schiller Date: Tue, 28 May 2019 10:50:15 +0000 (+0200) Subject: openvpn: add new list option tls_ciphersuites X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis.git;a=commitdiff_plain;h=261df949faad6dda43454868628f79265e9cc5e7 openvpn: add new list option tls_ciphersuites To configure the list of allowable TLS 1.3 ciphersuites, the option tls_ciphersuites is used instead of tls_ciphers. Signed-off-by: Martin Schiller --- diff --git a/package/network/services/openvpn/files/openvpn.options b/package/network/services/openvpn/files/openvpn.options index f4b048c48c..2da563968c 100644 --- a/package/network/services/openvpn/files/openvpn.options +++ b/package/network/services/openvpn/files/openvpn.options @@ -191,6 +191,7 @@ username_as_common_name ' OPENVPN_LIST=' -tls_cipher ncp_ciphers +tls_cipher +tls_ciphersuites '