pub unsafe extern "C" fn sslc8CertChainAddCert(
    CertChain_contexthandle: u32_,
    cert: *const u8_,
    certsize: u32_,
    cert_contexthandle: *mut u32_
) -> Result
Expand 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.