|
iPXE
|
An X.509 certificate validity period. More...
#include <x509.h>
Data Fields | |
| struct x509_time | not_before |
| Not valid before. | |
| struct x509_time | not_after |
| Not valid after. | |
| struct x509_time x509_validity::not_before |
Not valid before.
Definition at line 44 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 46 of file x509.h.
Referenced by x509_check_time(), and x509_parse_validity().