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_csr_attribute_t Struct Reference

A decoded or mutable PKCS#10 CSR attribute. More...

#include <x509csr.h>

Data Fields

qsc_asn1_oid oid
uint8_t value [QSC_X509_CSR_ATTRIBUTE_VALUE_MAX]
size_t valuelen

Detailed Description

A decoded or mutable PKCS#10 CSR attribute.

The value buffer stores the DER encoding of the first value element contained in the Attribute values SET. The PKCS#9 extensionRequest attribute is not represented through this generic container; it is normalized into the qsc_x509_extensions structure stored in the parent CSR object.

Field Documentation

◆ oid

The attribute object identifier.

◆ value

The DER encoding of the first attribute value.

◆ valuelen

size_t valuelen

The number of valid octets in the value buffer.


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