pub unsafe extern "C" fn sslc8CertChainAddCert(
CertChain_contexthandle: u32_,
cert: *const u8_,
certsize: u32_,
cert_contexthandle: *mut u32_,
) -> ResultExpand description
Adds a cert to a CertChain from sslcCreate8CertChain().
ยงArguments
CertChain_contexthandle- CertChain to use.cert- Pointer to the cert.certsize- Size of the cert.