QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_x509_general_name_t Struct Reference

A decoded general name entry. More...

#include <x509types.h>

Data Fields

qsc_x509_general_name_type type
qsc_oid_id oid
qsc_asn1_oid registeredid
size_t length
uint8_t data [QSC_X509_NAME_ATTRIBUTE_STRING_MAX+1U]

Detailed Description

A decoded general name entry.

Field Documentation

◆ data

uint8_t data[QSC_X509_NAME_ATTRIBUTE_STRING_MAX+1U]

The raw or normalized general name payload.

◆ length

size_t length

The number of valid octets in the data buffer.

◆ oid

The registry identifier when the entry is a registered object identifier.

◆ registeredid

qsc_asn1_oid registeredid

The decoded registered object identifier when the type is registeredID.

◆ type

qsc_x509_general_name_type type

The normalized general name type.


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