QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509w_server_identity_t Struct Reference

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

Detailed Description

Wrapper-owned server identity consisting of a leaf certificate, optional intermediates, and the associated private key.

Field Documentation

◆ intermediatecount

size_t intermediatecount

Number of intermediates currently loaded.

◆ intermediates

qsc_x509_certificate intermediates[QSC_X509W_CHAIN_MAX - 1U]

Intermediate certificates following the leaf in presented-chain order.

◆ leaf

qsc_x509_certificate leaf

Leaf certificate used by the server endpoint.

◆ privatekey

Private key associated with the leaf certificate.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/x509wrap.h