Function s2n_tls_sys::s2n_config_get_client_auth_type

source ·
pub unsafe extern "C" fn s2n_config_get_client_auth_type(
    config: *mut s2n_config,
    client_auth_type: *mut Type
) -> c_int
Expand description

Gets Client Certificate authentication method the s2n_config object is using.

@param config A pointer to a s2n_config object @param client_auth_type A pointer to a client auth policy. This will be updated to the s2n_config value. @returns S2N_SUCCESS on success. S2N_FAILURE on failure