iPXE
Data Fields
x509_key_purpose Struct Reference

An X.509 key purpose. More...

#include <x509.h>

Data Fields

const char * name
 Name. More...
 
struct asn1_cursor oid
 Object identifier. More...
 
unsigned int bits
 Extended key usage bits. More...
 

Detailed Description

An X.509 key purpose.

Definition at line 340 of file x509.h.

Field Documentation

◆ name

const char* x509_key_purpose::name

Name.

Definition at line 342 of file x509.h.

Referenced by x509_parse_key_purpose().

◆ oid

struct asn1_cursor x509_key_purpose::oid

Object identifier.

Definition at line 344 of file x509.h.

Referenced by x509_parse_key_purpose().

◆ bits

unsigned int x509_key_purpose::bits

Extended key usage bits.

Definition at line 346 of file x509.h.

Referenced by x509_parse_key_purpose().


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