Function s2n_tls_sys::s2n_config_free_cert_chain_and_key

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

Frees the certificate chain and key associated with an s2n_config object.

@param config The configuration object with DH params being freed @returns S2N_SUCCESS on success. S2N_FAILURE on failure