S2OPC OPCUA Toolkit
|
Structure containing the certificate chain profile for the validation with SOPC_PKIProvider_ValidateCertificate . More...
#include <sopc_pki_struct_lib_internal.h>
Data Fields | |
SOPC_PKI_MdSign | mdSign |
SOPC_PKI_PkAlgo | pkAlgo |
SOPC_PKI_EllipticCurves | curves |
uint32_t | RSAMinimumKeySize |
bool | bDisableRevocationCheck |
Structure containing the certificate chain profile for the validation with SOPC_PKIProvider_ValidateCertificate .
SOPC_PKI_MdSign SOPC_PKI_ChainProfile::mdSign |
The message digest algorithm of the signature algorithm allowed.
SOPC_PKI_PkAlgo SOPC_PKI_ChainProfile::pkAlgo |
The Public Key algorithm allowed.
SOPC_PKI_EllipticCurves SOPC_PKI_ChainProfile::curves |
The elliptic curves allowed.
uint32_t SOPC_PKI_ChainProfile::RSAMinimumKeySize |
The minimum RSA key size allowed.
bool SOPC_PKI_ChainProfile::bDisableRevocationCheck |
When flag is set, no error is reported if a CA certificate has no revocation list.