S2OPC OPCUA Toolkit
|
A list of Certificate Revocation Lists. More...
#include <key_manager_mbedtls.h>
Data Fields | |
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.
mbedtls_x509_crl SOPC_CRLList::crl |