pub unsafe extern "C-unwind" fn CSSM_TP_CertRevoke(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
csp_handle: CSSM_CSP_HANDLE,
old_crl_template: *const SecAsn1Item,
cert_group_to_be_revoked: *const CSSM_CERTGROUP,
revoker_cert_group: *const CSSM_CERTGROUP,
revoker_verify_context: *const CSSM_TP_VERIFY_CONTEXT,
revoker_verify_result: CSSM_TP_VERIFY_CONTEXT_RESULT_PTR,
reason: CSSM_TP_CERTCHANGE_REASON,
new_crl_template: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
old_crl_templatemust be a valid pointer.cert_group_to_be_revokedmust be a valid pointer.revoker_cert_groupmust be a valid pointer.revoker_verify_contextmust be a valid pointer.revoker_verify_resultmust be a valid pointer.new_crl_templatemust be a valid pointer.