iPXE
certmgmt.h
Go to the documentation of this file.
1 #ifndef _USR_CERTMGMT_H
2 #define _USR_CERTMGMT_H
3 
4 /** @file
5  *
6  * Certificate management
7  *
8  */
9 
10 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 
12 #include <ipxe/x509.h>
13 
14 extern void certstat ( struct x509_certificate *cert );
15 
16 #endif /* _USR_CERTMGMT_H */
An X.509 certificate.
Definition: x509.h:207
X.509 certificates.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void certstat(struct x509_certificate *cert)
Display status of a certificate.
Definition: certmgmt.c:44