|
iPXE
|
Certificate management. More...
#include <ipxe/x509.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| void | certstat (struct x509_certificate *cert) |
| Display status of a certificate. More... | |
Certificate management.
Definition in file certmgmt.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| void certstat | ( | struct x509_certificate * | cert | ) |
Display status of a certificate.
| cert | X.509 certificate |
Definition at line 44 of file certmgmt.c.
References base16_encoded_len(), digest_algorithm::digestsize, x509_certificate::flags, NULL, printf(), sha1_algorithm, x509_fingerprint(), X509_FL_EXPLICIT, X509_FL_PERMANENT, x509_is_valid(), and x509_name().
1.8.15