From 1e277ab062d23ffa1b35bd078f9fba5c9b4e6495 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 25 Aug 2016 15:39:43 +0100 Subject: [crypto] Add certstat() to display basic certificate information Signed-off-by: Michael Brown --- src/include/usr/certmgmt.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/include/usr/certmgmt.h (limited to 'src/include/usr') diff --git a/src/include/usr/certmgmt.h b/src/include/usr/certmgmt.h new file mode 100644 index 000000000..4363b03e1 --- /dev/null +++ b/src/include/usr/certmgmt.h @@ -0,0 +1,16 @@ +#ifndef _USR_CERTMGMT_H +#define _USR_CERTMGMT_H + +/** @file + * + * Certificate management + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include + +extern void certstat ( struct x509_certificate *cert ); + +#endif /* _USR_CERTMGMT_H */ -- cgit v1.2.3-55-g7522