Go to the documentation of this file.
28 #ifndef SOPC_PKI_STACK_H_
29 #define SOPC_PKI_STACK_H_
137 char** lPathTrustedIssuerLinks,
138 char** lPathUntrustedIssuerRoots,
139 char** lPathUntrustedIssuerLinks,
140 char** lPathIssuedCerts,
Defines the common interface that a PKI should provide. This is a minimal interface,...
The PKIProvider object defines the common interface for the Public Key Infrastructure.
Definition: sopc_pki.h:71
The SOPC_KeyManager provides an API for Asymmetric Key Management such as loading signed public keys ...
Bytes buffer structure.
Definition: sopc_buffer.h:38
Defines the cryptographic API. This API mainly relies on the SOPC_CryptoProvider, which is composed o...
SOPC_ReturnStatus SOPC_PKIProviderStack_Create(SOPC_SerializedCertificate *pCertAuth, SOPC_CRLList *pRevocationList, SOPC_PKIProvider **ppPKI)
Creates the minimal validation implementation provided by the stack, which fulfills the SOPC_PKIProvi...
SOPC_ReturnStatus SOPC_PKIProviderStack_CreateFromPaths(char **lPathTrustedIssuerRoots, char **lPathTrustedIssuerLinks, char **lPathUntrustedIssuerRoots, char **lPathUntrustedIssuerLinks, char **lPathIssuedCerts, char **lPathCRL, SOPC_PKIProvider **ppPKI)
Creates a SOPC_PKIProviderStack using lists of paths.
A list of Certificate Revocation Lists.
Definition: key_manager_lib.h:82
SOPC_ReturnStatus
Definition: libs2opc_client.h:61