Merge pull request #2882 from TDT-AG/pr/20190718-ovpn-tls-ciphersuites
luci-app-openvpn: add new tls_ciphersuites option
This commit is contained in:
commit
9c736c8392
1 changed files with 4 additions and 0 deletions
|
@ -680,6 +680,10 @@ local knownParams = {
|
|||
"tls_cipher",
|
||||
"DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC4-SHA:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5",
|
||||
translate("TLS cipher") },
|
||||
{ Value,
|
||||
"tls_ciphersuites",
|
||||
"TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256",
|
||||
translate("TLS 1.3 or newer cipher") },
|
||||
{ Value,
|
||||
"tls_timeout",
|
||||
2,
|
||||
|
|
Loading…
Reference in a new issue