Function s2n_tls_sys::s2n_cert_chain_and_key_new

source ·
pub unsafe extern "C" fn s2n_cert_chain_and_key_new(
) -> *mut s2n_cert_chain_and_key
Expand description

Creates a new s2n_cert_chain_and_key object. This object can be associated with many config objects. It is used to represent a certificate and key pair.

@returns A new object used to represent a certificate-chain/key pair