diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-30 08:29:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 08:29:28 +0200 |
commit | a107a93ca1cf3b8b9b9223319d91e1741414fd40 (patch) | |
tree | 091f3049b59eda617ad1879f158bb8bd4f4ec60d /interface-definitions/vpn_openconnect.xml.in | |
parent | 08115436b454fff8bed09129963a04d1b1411227 (diff) | |
parent | 9ff74d4370f0a5f66c303074796dab8b1ca5c4a5 (diff) | |
download | vyos-1x-a107a93ca1cf3b8b9b9223319d91e1741414fd40.tar.gz vyos-1x-a107a93ca1cf3b8b9b9223319d91e1741414fd40.zip |
Merge pull request #3371 from Embezzle/T4982
openconnect: T4982: Support defining minimum TLS version in openconnect VPN
Diffstat (limited to 'interface-definitions/vpn_openconnect.xml.in')
-rw-r--r-- | interface-definitions/vpn_openconnect.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in index 736084f8b..7849d6886 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -266,6 +266,10 @@ <valueless/> </properties> </leafNode> + #include <include/tls-version-min.xml.i> + <leafNode name="tls-version-min"> + <defaultValue>1.2</defaultValue> + </leafNode> <node name="ssl"> <properties> <help>SSL Certificate, SSL Key and CA</help> |