pub unsafe extern "C" fn sslcOpenClientCertContext(
cert: *const u8_,
certsize: u32_,
key: *const u8_,
keysize: u32_,
ClientCert_contexthandle: *mut u32_,
) -> ResultExpand description
Opens a new ClientCert-context.
ยงArguments
cert- Pointer to the DER cert.certsize- Size of the DER cert.key- Pointer to the DER key.keysize- Size of the DER key.ClientCert_contexthandle- Output contexthandle.