diff options
author | Martin Schiller <ms@dev.tdt.de> | 2019-05-28 12:50:15 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-17 22:59:29 +0200 |
commit | 261df949faad6dda43454868628f79265e9cc5e7 (patch) | |
tree | 44df8a03b03342933ba22c6ac5d259feec7f400b /package/network/services | |
parent | 4d3c8872f8244eb5aef08cac28771202054114a7 (diff) | |
download | upstream-261df949faad6dda43454868628f79265e9cc5e7.tar.gz upstream-261df949faad6dda43454868628f79265e9cc5e7.tar.bz2 upstream-261df949faad6dda43454868628f79265e9cc5e7.zip |
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>
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/openvpn/files/openvpn.options | 3 |
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 ' |