openvpn: add new list option tls_ciphersuites
authorMartin Schiller <ms@dev.tdt.de>
Tue, 28 May 2019 10:50:15 +0000 (12:50 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 19:59:25 +0000 (15:59 -0400)
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>
(cherry picked from commit 261df949faad6dda43454868628f79265e9cc5e7)

package/network/services/openvpn/files/openvpn.options

index f4b048c48cc9a8cb8499b008e7e5093bf396b601..2da563968c12d4f8b261ecee28a2c2a27671a3fd 100644 (file)
@@ -191,6 +191,7 @@ username_as_common_name
 '
 
 OPENVPN_LIST='
-tls_cipher
 ncp_ciphers
+tls_cipher
+tls_ciphersuites
 '