CSSM_CL_CrlSign

Function CSSM_CL_CrlSign 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CrlSign(
    cl_handle: CSSM_CL_HANDLE,
    cc_handle: CSSM_CC_HANDLE,
    unsigned_crl: *const SecAsn1Item,
    sign_scope: *const CSSM_FIELD,
    scope_size: uint32,
    signed_crl: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • unsigned_crl must be a valid pointer.
  • sign_scope must be a valid pointer.
  • signed_crl must be a valid pointer.