iPXE
include
usr
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
FILE_SECBOOT
( PERMITTED );
12
13
#include <
ipxe/x509.h
>
14
15
extern
void
certstat
(
struct
x509_certificate
*cert );
16
17
#endif
/* _USR_CERTMGMT_H */
x509_certificate
An X.509 certificate.
Definition:
x509.h:216
x509.h
X.509 certificates.
FILE_SECBOOT
FILE_SECBOOT(PERMITTED)
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
certstat
void certstat(struct x509_certificate *cert)
Display status of a certificate.
Definition:
certmgmt.c:45
Generated by
1.8.15