pub unsafe extern "C" fn s2n_config_disable_x509_verification(
    config: *mut s2n_config
) -> i32
Expand description

Turns off all X.509 validation during the negotiation phase of the connection. This should only be used for testing or debugging purposes.

@param config The configuration object being updated @returns S2N_SUCCESS on success. S2N_FAILURE on failure