CSSM_CL_CertVerify

Function CSSM_CL_CertVerify 

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

ยงSafety

  • cert_to_be_verified must be a valid pointer.
  • signer_cert must be a valid pointer.
  • verify_scope must be a valid pointer.