pub unsafe extern "C" fn s2n_config_set_status_request_type(
    config: *mut s2n_config,
    type_: u32
) -> i32
Expand description

Sets up a connection to request the certificate status of a peer during an SSL handshake. If set to S2N_STATUS_REQUEST_NONE, no status request is made.

@param config The configuration object being updated @param type The desired request status type @returns S2N_SUCCESS on success. S2N_FAILURE on failure