Enumeration
GioTlsRehandshakeMode
deprecated: 2.60. since: 2.28
Description
When to allow rehandshaking. See g_tls_connection_set_rehandshake_mode().
Available since: 2.28
Deprecated since: 2.60.
Changing the rehandshake mode is no longer required for compatibility. Also, rehandshaking has been removed from the TLS protocol in TLS 1.3.
Members
G_TLS_REHANDSHAKE_NEVER
-
Never allow rehandshaking.
- Value:
0
- Nickname:
never
- Available since: 2.28
- Value:
G_TLS_REHANDSHAKE_SAFELY
-
Allow safe rehandshaking only.
- Value:
1
- Nickname:
safely
- Available since: 2.28
- Value:
G_TLS_REHANDSHAKE_UNSAFELY
-
Allow unsafe rehandshaking.
- Value:
2
- Nickname:
unsafely
- Available since: 2.28
- Value: