iPXE
Data Fields
x509_subject Struct Reference

An X.509 certificate subject. More...

#include <x509.h>

Data Fields

struct asn1_cursor raw
 Raw subject. More...
 
struct asn1_cursor common_name
 Common name. More...
 
struct x509_public_key public_key
 Public key information. More...
 

Detailed Description

An X.509 certificate subject.

Definition at line 58 of file x509.h.

Field Documentation

◆ raw

struct asn1_cursor x509_subject::raw

◆ common_name

struct asn1_cursor x509_subject::common_name

Common name.

Definition at line 62 of file x509.h.

Referenced by x509_check_name(), x509_name(), and x509_parse_common_name().

◆ public_key

struct x509_public_key x509_subject::public_key

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