[luci-app-openvpn] Added support for tls-crypt option. 1387/head
authorVladimir Ulrich <admin@evl.su>
Mon, 9 Oct 2017 23:40:21 +0000 (02:40 +0300)
committerVladimir Ulrich <admin@evl.su>
Mon, 9 Oct 2017 23:40:21 +0000 (02:40 +0300)
Closes #1340

Signed-off-by: Vladimir Ulrich <admin@evl.su>
applications/luci-app-openvpn/luasrc/model/cbi/openvpn-advanced.lua
applications/luci-app-openvpn/po/en/openvpn.po
applications/luci-app-openvpn/po/ru/openvpn.po
applications/luci-app-openvpn/po/templates/openvpn.pot

index 7865881..dc77182 100644 (file)
@@ -685,6 +685,10 @@ local knownParams = {
                        "tls_auth",
                        "/etc/openvpn/tlsauth.key",
                        translate("Additional authentication over TLS") },
+               { Value,
+                       "tls_crypt",
+                       "/etc/openvpn/tlscrypt.key",
+                       translate("Encrypt and authenticate all control channel packets with the key") },
        --      { Value,
        --              "askpass",
        --              "[file]",
index a5994dc..f22f0f2 100644 (file)
@@ -31,6 +31,9 @@ msgstr "Add route after establishing connection"
 msgid "Additional authentication over TLS"
 msgstr "Additional authentication over TLS"
 
+msgid "Encrypt and authenticate all control channel packets with the key"
+msgstr "Encrypt and authenticate all control channel packets with the key"
+
 msgid "Allow client-to-client traffic"
 msgstr "Allow client-to-client traffic"
 
index 00e585c..8c15b82 100644 (file)
@@ -33,6 +33,9 @@ msgstr "Добавить маршрут после установки соеди
 msgid "Additional authentication over TLS"
 msgstr "Дополнительная аутентификация через TLS"
 
+msgid "Encrypt and authenticate all control channel packets with the key"
+msgstr "Шифровать и аутентифициоровать ключом все пакеты канала управления"
+
 msgid "Allow client-to-client traffic"
 msgstr "Разрешить общение клиентов друг с другом"
 
index f2e4011..1b6b4b1 100644 (file)
@@ -19,6 +19,9 @@ msgstr ""
 msgid "Additional authentication over TLS"
 msgstr ""
 
+msgid "Encrypt and authenticate all control channel packets with the key"
+msgstr ""
+
 msgid "Allow client-to-client traffic"
 msgstr ""