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 |
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.
| qsc_asn1_oid oid |
The attribute object identifier.
| uint8_t value[QSC_X509_CSR_ATTRIBUTE_VALUE_MAX] |
The DER encoding of the first attribute value.
| size_t valuelen |
The number of valid octets in the value buffer.