S2OPC OPCUA Toolkit
|
Structure containing the validation configuration. More...
#include <sopc_pki_struct_lib_internal.h>
Data Fields | |
SOPC_PKI_LeafProfile * | leafProfile |
SOPC_PKI_ChainProfile * | chainProfile |
bool | bBackwardInteroperability |
bool | bApplyLeafProfile |
Structure containing the validation configuration.
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 .
SOPC_PKI_ChainProfile* SOPC_PKI_Profile::chainProfile |
Validation configuration for the chain. Each certificate properties in the chain are verified during SOPC_PKIProvider_ValidateCertificate .
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.
bool SOPC_PKI_Profile::bApplyLeafProfile |
Defines if the leaf properties is check during SOPC_PKIProvider_ValidateCertificate .