chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/SSLVersionMax.yaml

caption: Maximum SSL version enabled
deprecated: true
desc: |-
  This policy was removed in M75 after the max TLS version policy was removed from <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.

        If this policy is not configured then <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> uses the default maximum version.

        Otherwise it may be set to one of the following values: "tls1.2" or "tls1.3". When set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not use SSL/TLS versions greater than the specified version. An unrecognized value will be ignored.
example_value: tls1.2
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: TLS 1.2
  name: TLSv1.2
  value: tls1.2
- caption: TLS 1.3
  name: TLSv1.3
  value: tls1.3
owners:
- file://crypto/OWNERS
- [email protected]
schema:
  enum:
  - tls1.2
  - tls1.3
  type: string
supported_on:
- chrome.*:58-74
- chrome_os:58-74
- android:58-74
tags:
- system-security
type: string-enum