summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schiller2019-05-28 10:50:15 +0000
committerPetr Štetiar2019-07-17 20:59:29 +0000
commit261df949faad6dda43454868628f79265e9cc5e7 (patch)
tree44df8a03b03342933ba22c6ac5d259feec7f400b
parent4d3c8872f8244eb5aef08cac28771202054114a7 (diff)
downloadopenwrt-261df949faad6dda43454868628f79265e9cc5e7.tar.gz
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 <ms@dev.tdt.de>
-rw-r--r--package/network/services/openvpn/files/openvpn.options3
1 files changed, 2 insertions, 1 deletions
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
'