added support for kernel module signature
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 9 Aug 2012 18:30:17 +0000 (21:30 +0300)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 6 Sep 2012 11:08:54 +0000 (14:08 +0300)
commit203f0589035cca9d21a62b78c02532aac064357e
tree4cd54145a255cbcdb583b338536d25bf4250ce0c
parent72ad26c3be1db916ff88d280689b7066ba507938
added support for kernel module signature

Kernel module signature is appended to the kernel module.
Kernel signature also contains signature length and magic.
Added --modsig parameter to generate kernel module signature.

Signature can be added to the module like: cat module.sig >> module.ko

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