pub unsafe extern "C-unwind" fn CSSM_CL_IsCertInCrl(
cl_handle: CSSM_CL_HANDLE,
cert: *const SecAsn1Item,
crl: *const SecAsn1Item,
cert_found: *mut CSSM_BOOL,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
certmust be a valid pointer.crlmust be a valid pointer.cert_foundmust be a valid pointer.