CSSM_CL_CrlAddCert

Function CSSM_CL_CrlAddCert 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CrlAddCert(
    cl_handle: CSSM_CL_HANDLE,
    cc_handle: CSSM_CC_HANDLE,
    cert: *const SecAsn1Item,
    number_of_fields: uint32,
    crl_entry_fields: *const CSSM_FIELD,
    old_crl: *const SecAsn1Item,
    new_crl: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • cert must be a valid pointer.
  • crl_entry_fields must be a valid pointer.
  • old_crl must be a valid pointer.
  • new_crl must be a valid pointer.