Tls_Profiles_Info

Tls_Profiles_Info
Tls_Profiles_Info

The Profiles.Info structure contains the information about the TLS Profile.

JSON Example
{
    "protocol_versions": [
        {
            "version": "string",
            "ciphers": [
                "string"
            ]
        }
    ],
    "curves": [
        "string"
    ],
    "fips_enforced": false
}
protocol_versions
Required

Defines the list of TLS protocol version and their ciphers

array of string
curves
Required

Defines the TLS Profile curves in IANA form.

boolean
fips_enforced
Required

Indicates if FIPS 140-3 compliance is enforced for the TLS Profile. If FIPS is not enforced, some TLS features that have not been yet FIPS validated can be enabled by some crypto modules. If FIPS is enforced, non FIPS validated TLS features wont be in effect.

Returned By