Method
GioTlsConnectionset_rehandshake_mode
deprecated: 2.60. since: 2.28
Declaration [src]
void
g_tls_connection_set_rehandshake_mode (
GTlsConnection* conn,
GTlsRehandshakeMode mode
)
Description [src]
Since GLib 2.64, changing the rehandshake mode is no longer supported and will have no effect. With TLS 1.3, rehandshaking has been removed from the TLS protocol, replaced by separate post-handshake authentication and rekey operations.
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.
Sets property | Gio.TlsConnection:rehandshake-mode |
Parameters
mode
-
Type:
GTlsRehandshakeMode
The rehandshaking mode.