X509Extension Struct Reference

X.509 certificate extension. More...

#include <x509_common.h>

Data Fields

const uint8_t * oid
 
size_t oidLen
 
bool_t critical
 
const uint8_t * value
 
size_t valueLen
 

Detailed Description

X.509 certificate extension.

Definition at line 843 of file x509_common.h.

Field Documentation

◆ critical

bool_t critical

Definition at line 847 of file x509_common.h.

◆ oid

const uint8_t* oid

Definition at line 845 of file x509_common.h.

◆ oidLen

size_t oidLen

Definition at line 846 of file x509_common.h.

◆ value

const uint8_t* value

Definition at line 848 of file x509_common.h.

◆ valueLen

size_t valueLen

Definition at line 849 of file x509_common.h.


The documentation for this struct was generated from the following file: