]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commit
Add support for signing payloads
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 10 Nov 2015 10:31:55 +0000 (10:31 +0000)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 20 Jan 2016 13:48:24 +0000 (13:48 +0000)
commit9867d245e01b77a8babec961e5721c3f1385a7c1
treedf1f50c8dee0c5e439f0150a28dd9dd3c032a32f
parent735bd9bdc62642d67d786ef946da8cae6295fd34
Add support for signing payloads

Use the module signing infrastructure from Linux 4.3-rc6 to allow
signing payloads.

Example:
$ cd sign
$ make
$ ./sign-file-wrapper /path/to/payload.xsplice
.gitignore
sign/Makefile [new file with mode: 0644]
sign/extract-cert.c [new file with mode: 0644]
sign/sign-file-wrapper [new file with mode: 0755]
sign/sign-file.c [new file with mode: 0644]