Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_TIMSetCRL

Iso11783IL_TIMSetCRL

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_TIMSetCRL(byte crlType, char crlFilePath[]); // form 1
long Iso11783IL_TIMSetCRL(dbNode participant, byte crlType, char crlFilePath[]); // form 2

Description

Loads a Certificate Revocation List file which is used for TIM authentication. If there is already a loaded certificate file for a certificate type these file is overwritten.

Parameters

  • crlType: Type if CRL.
    • 0: Certificate Revocation List for Testlab, Manufacturer, manufacturer series, TIM client and TIM server certificates.
    • 1: Certificate Revocation List for the CRL signing CA certificates.
  • crlFilePath: Path of a CRL file (DER file format). Path has to be absolute or relative relating to the folder of the CANoe configuration.
  • participant: TIM participant (TIM server or TIM client).

Return Values

  • 0: Property has been set successfully
  • < 0: An error has occurred, see error codes

Example