From d1465f7b0b4e3df4af1abf65462fe1d89e53a80a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 22 Mar 2012 13:46:38 +0000 Subject: [image] Add the "imgtrust" and "imgverify" commands Signed-off-by: Michael Brown --- src/include/usr/imgtrust.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/include/usr/imgtrust.h (limited to 'src/include/usr') diff --git a/src/include/usr/imgtrust.h b/src/include/usr/imgtrust.h new file mode 100644 index 000000000..f47105af0 --- /dev/null +++ b/src/include/usr/imgtrust.h @@ -0,0 +1,17 @@ +#ifndef _USR_IMGTRUST_H +#define _USR_IMGTRUST_H + +/** @file + * + * Image trust management + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +#include + +extern int imgverify ( struct image *image, struct image *signature, + const char *name ); + +#endif /* _USR_IMGTRUST_H */ -- cgit v1.2.3-55-g7522