Type Alias GTlsRehandshakeMode

Source
pub type GTlsRehandshakeMode = c_uint;
Expand description

GTlsRehandshakeMode: @G_TLS_REHANDSHAKE_NEVER: Never allow rehandshaking @G_TLS_REHANDSHAKE_SAFELY: Allow safe rehandshaking only @G_TLS_REHANDSHAKE_UNSAFELY: Allow unsafe rehandshaking

When to allow rehandshaking. See g_tls_connection_set_rehandshake_mode().

Since: 2.28

Deprecated: 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.