Skip to main content

C2xSecCertificateValidIdentifiedRegion

Valid for: CANoe DE

Function Syntax

Description

Validates the validity of a certificate region.

Parameters

  • certHdl: Handle of the certificate to be tested.
  • countryId: Country code.
  • 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, // wrong signature or root not reliable
  • kValidConditionNotMet: 0x04, // country-id or ssp/msk not allowed

Example