Skip to content

Commit

Permalink
Update page from future 48dfe8d
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Pipeline committed Mar 5, 2024
1 parent 0a4e80d commit bdf6d1f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/future/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,15 @@
"displayName": "TLS 1.3 cipher suites",
"globalSpec": true
},
{
"section": "client",
"name": "tls_key_exchange_groups",
"type": "str",
"value": "",
"description": "Configure the supported key exchange groups.\nEmpty to apply system-wide configuration.\nThe format used is described in this page: https://www.openssl.org/docs/man3.2/man3/SSL_CONF_cmd.html#groups-groups",
"displayName": "TLS key exchange groups",
"globalSpec": true
},
{
"section": "client",
"name": "show_common_cipher_list",
Expand Down Expand Up @@ -795,6 +804,18 @@
"aclToProxy": true,
"logStategy": "1"
},
{
"section": "mod_rdp",
"name": "tls_key_exchange_groups",
"type": "str",
"value": "",
"description": "Configure the supported key exchange groups.\nEmpty to apply system-wide configuration.\nThe format used is described in this page: https://www.openssl.org/docs/man3.2/man3/SSL_CONF_cmd.html#groups-groups",
"displayName": "TLS key exchange groups",
"rdp": true,
"jh": true,
"aclToProxy": true,
"logStategy": "1"
},
{
"section": "mod_rdp",
"name": "show_common_cipher_list",
Expand Down

0 comments on commit bdf6d1f

Please sign in to comment.