Wrapper-owned server identity consisting of a leaf certificate, optional intermediates, and the associated private key. More...
#include <x509wrap.h>
Data Fields | |
| qsc_x509_certificate | leaf |
| qsc_x509_certificate | intermediates [QSC_X509W_CHAIN_MAX - 1U] |
| size_t | intermediatecount |
| qsc_x509_private_key | privatekey |
Wrapper-owned server identity consisting of a leaf certificate, optional intermediates, and the associated private key.
| size_t intermediatecount |
Number of intermediates currently loaded.
| qsc_x509_certificate intermediates[QSC_X509W_CHAIN_MAX - 1U] |
Intermediate certificates following the leaf in presented-chain order.
| qsc_x509_certificate leaf |
Leaf certificate used by the server endpoint.
| qsc_x509_private_key privatekey |
Private key associated with the leaf certificate.