Merge pull request #1387 from Wedmer/app_openvpn_tls_crypt_support
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 10 Oct 2017 14:55:50 +0000 (17:55 +0300)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2017 14:55:50 +0000 (17:55 +0300)
[luci-app-openvpn] Added support for tls-crypt option.

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 ""