Browse Source

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 <[email protected]>
Martin Schiller 6 years ago
parent
commit
261df949fa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/network/services/openvpn/files/openvpn.options

+ 2 - 1
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
 '