S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_PKI_Profile Struct Reference

Structure containing the validation configuration. More...

#include <sopc_pki_struct_lib_internal.h>

Data Fields

SOPC_PKI_LeafProfileleafProfile
 
SOPC_PKI_ChainProfilechainProfile
 
bool bBackwardInteroperability
 
bool bApplyLeafProfile
 

Detailed Description

Structure containing the validation configuration.

Field Documentation

◆ leafProfile

SOPC_PKI_LeafProfile* SOPC_PKI_Profile::leafProfile

Validation configuration for the leaf certificate. The leaf certificate is verified with SOPC_PKIProvider_ValidateCertificate or SOPC_PKIProvider_CheckLeafCertificate .

◆ chainProfile

SOPC_PKI_ChainProfile* SOPC_PKI_Profile::chainProfile

Validation configuration for the chain. Each certificate properties in the chain are verified during SOPC_PKIProvider_ValidateCertificate .

◆ bBackwardInteroperability

bool SOPC_PKI_Profile::bBackwardInteroperability

Defines if self-signed certificates whose basicConstraints CA flag set to True will be marked as root CA and as trusted certificates.

◆ bApplyLeafProfile

bool SOPC_PKI_Profile::bApplyLeafProfile

Defines if the leaf properties is check during SOPC_PKIProvider_ValidateCertificate .


The documentation for this struct was generated from the following file: