pub unsafe extern "C-unwind" fn CSSM_CL_CrlVerifyWithKey(
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
crl_to_be_verified: *const SecAsn1Item,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
crl_to_be_verified must be a valid pointer.