CSSM_CL_CertSign

Function CSSM_CL_CertSign 

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

ยงSafety

  • cert_template must be a valid pointer.
  • sign_scope must be a valid pointer.
  • signed_cert must be a valid pointer.