Type

tls-version

Transport Layer Security (TLS) version

This corresponds to the ProtocolVersion type in the RFC, which gives the following values the following meanings:

ValueMeaningNotes
0x0300SSL 3.0Not supported in this API
0x0301TLS 1.0
0x0302TLS 1.1Not explicitly defined in the RFC
0x0303TLS 1.2
0x0304TLS 1.3
type tls-version = tls-version;