Function s2n_tls_sys::s2n_client_hello_cb_done

source ·
pub unsafe extern "C" fn s2n_client_hello_cb_done(
    conn: *mut s2n_connection
) -> c_int
Expand description

Marks the non-blocking callback as complete. Can be invoked from within the callback when operating in non-blocking mode to continue the handshake.

@param conn The connection object being updated @returns S2N_SUCCESS on success. S2N_FAILURE on failure