Module: Gio::TlsProtocolVersion
- Defined in:
- (unknown)
Constant Summary collapse
- UNKNOWN =
No protocol version or unknown protocol version
0 or :unknown
- SSL_3_0 =
SSL 3.0, which is insecure and should not be used
1 or :ssl_3_0
- TLS_1_0 =
TLS 1.0, which is insecure and should not be used
2 or :tls_1_0
- TLS_1_1 =
TLS 1.1, which is insecure and should not be used
3 or :tls_1_1
- TLS_1_2 =
TLS 1.2, defined by RFC 5246
4 or :tls_1_2
- TLS_1_3 =
TLS 1.3, defined by RFC 8446
5 or :tls_1_3
- DTLS_1_0 =
DTLS 1.0, which is insecure and should not be used
201 or :dtls_1_0
- DTLS_1_2 =
DTLS 1.2, defined by RFC 6347
202 or :dtls_1_2