Added signature write to .sig file
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Wed, 1 Feb 2012 12:30:30 +0000 (14:30 +0200)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 6 Sep 2012 11:08:52 +0000 (14:08 +0300)
commitf2b486e053b67a4e44f655a337a6a5d310ca9a47
tree9edd4e7406e41ab5fdc3fd088640ce3a3b83755f
parente3f11d343a89c84ef7b7323500bd4eb3a6703851
Added signature write to .sig file

To enable module signature verification working on file systems
without extended attributes, or to be able to copy modules by methods,
which does not support extended attribute copying, it is necessary
to store signature in the file. This patch provides command line parameter
for storing signature in .sig file.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
README
src/evmctl.c