MODSIGN: perlify sign-file and merge in x509keyid
authorDavid Howells <dhowells@redhat.com>
Fri, 19 Oct 2012 22:56:37 +0000 (23:56 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Oct 2012 23:11:21 +0000 (16:11 -0700)
Turn sign-file into perl and merge in x509keyid.  The latter doesn't
need to be a separate script as it doesn't actually need to work out the
SHA1 sum of the X.509 certificate itself, since it can get that from the
X.509 certificate.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile
scripts/sign-file [changed mode: 0644->0755]
scripts/x509keyid [deleted file]

diff --cc Makefile
Simple merge
Simple merge
diff --cc scripts/x509keyid
Simple merge