S2OPC OPCUA Toolkit
|
A list of Certificate Revocation Lists. More...
#include <key_manager_cyclone.h>
Data Fields | |
X509CrlInfo | crl |
SOPC_Buffer * | raw |
SOPC_CRLList * | next |
mbedtls_x509_crl | crl |
A list of Certificate Revocation Lists.
It should be treated as an abstract handle. The revocation list structure is mainly lib-specific. mbedtls revocation lists are chained.
Usually, this structure is a list of known revocation lists for the trusted certificates. Each revocation list in the list is associated to one certificate authority in the trusted certificate chain.
X509CrlInfo SOPC_CRLList::crl |
SOPC_Buffer* SOPC_CRLList::raw |
SOPC_CRLList* SOPC_CRLList::next |
mbedtls_x509_crl SOPC_CRLList::crl |