Tls_ManualParameters_Global_SetSpec

Tls_ManualParameters_Global_SetSpec
Tls_ManualParameters_Global_SetSpec

The Global.SetSpec 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.