iPXE
Data Fields
x509_validity Struct Reference

An X.509 certificate validity period. More...

#include <x509.h>

Data Fields

struct x509_time not_before
 Not valid before. More...
 
struct x509_time not_after
 Not valid after. More...
 

Detailed Description

An X.509 certificate validity period.

Definition at line 40 of file x509.h.

Field Documentation

◆ not_before

struct x509_time x509_validity::not_before

Not valid before.

Definition at line 42 of file x509.h.

Referenced by x509_check_time(), and x509_parse_validity().

◆ not_after

struct x509_time x509_validity::not_after

Not valid after.

Definition at line 44 of file x509.h.

Referenced by x509_check_time(), and x509_parse_validity().


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