Skip to main content

C2xSecCertificateValidAppSspBitmap

Valid for: CANoe DE

Function Syntax

long C2xSecCertificateValidAppSspBitmap(long certHdl, dword aid, dword sspLen, byte ssp[], byte msk[], dword checkChain)

Description

Validates the Service Specific Permission (SSP) bitmask of a certificate.

Parameters

  • certHdl: Handle of the certificate to be tested.
  • aid: Application ID / PSID.
  • sspLen: Length of the byte arrays ssp and msk (mask).
  • ssp Byte Array: The SSP to be tested.
  • msk Byte Array: Mask of the bits in the SSP array to be compared.
  • checkChain: If set to 1, the whole certificate chain is tested (recommended).

Return Values

  • kValidOk: 0x00,
  • kValidError: 0x01, // unknown / wrong parameter
  • kValidChainIncomplete: 0x02,
  • kValidChainInvalid: 0x03, // signature wrong or root not trustworthy
  • kValidConditionNotMet: 0x04, // country-id or ssp/msk not permitted

Example