pub unsafe extern "C" fn sslc8CertChainAddDefaultCert(
CertChain_contexthandle: u32_,
certID: u8_,
cert_contexthandle: *mut u32_,
) -> ResultExpand description
Adds a default cert to a CertChain from sslcCreate8CertChain(). Not actually usable since no certIDs are implemented in SSL-module for this.
ยงArguments
CertChain_contexthandle- CertChain to use.certID- ID of the cert to add.cert_contexthandle- Optional, the cert contexthandle can be written here.