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:
| Value | Meaning | Notes |
|---|---|---|
| 0x0300 | SSL 3.0 | Not supported in this API |
| 0x0301 | TLS 1.0 | |
| 0x0302 | TLS 1.1 | Not explicitly defined in the RFC |
| 0x0303 | TLS 1.2 | |
| 0x0304 | TLS 1.3 |
type tls-version = tls-version;