mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[crypto] Add certstat() to display basic certificate information
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
16
src/include/usr/certmgmt.h
Normal file
16
src/include/usr/certmgmt.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _USR_CERTMGMT_H
|
||||
#define _USR_CERTMGMT_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Certificate management
|
||||
*
|
||||
*/
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#include <ipxe/x509.h>
|
||||
|
||||
extern void certstat ( struct x509_certificate *cert );
|
||||
|
||||
#endif /* _USR_CERTMGMT_H */
|
||||
Reference in New Issue
Block a user