From 4f6b18c10d6913a6eb20f36f4b79164f2dafb53f Mon Sep 17 00:00:00 2001
From: Martin Schiller <ms@dev.tdt.de>
Date: Tue, 28 May 2019 12:50:15 +0200
Subject: [PATCH] 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>
(cherry picked from commit 261df949faad6dda43454868628f79265e9cc5e7)
---
 openvpn/files/openvpn.options | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openvpn/files/openvpn.options b/openvpn/files/openvpn.options
index f4b048c48cc..2da563968c1 100644
--- a/openvpn/files/openvpn.options
+++ b/openvpn/files/openvpn.options
@@ -191,6 +191,7 @@ username_as_common_name
 '
 
 OPENVPN_LIST='
-tls_cipher
 ncp_ciphers
+tls_cipher
+tls_ciphersuites
 '
-- 
GitLab