[crypto] Add certstat() to display basic certificate information

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-08-25 15:39:43 +01:00
parent 9a1a42f283
commit 1e277ab062
3 changed files with 81 additions and 2 deletions

View 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 */