iPXE
|
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... | |
struct x509_time x509_validity::not_before |
Not valid before.
Definition at line 43 of file x509.h.
Referenced by x509_check_time(), and x509_parse_validity().
struct x509_time x509_validity::not_after |
Not valid after.
Definition at line 45 of file x509.h.
Referenced by x509_check_time(), and x509_parse_validity().