[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <11291.1455036282@warthog.procyon.org.uk>
Date: Tue, 09 Feb 2016 16:44:42 +0000
From: David Howells <dhowells@...hat.com>
To: Juerg Haefliger <juerg.haefliger@....com>
Cc: dhowells@...hat.com, linux-kernel@...r.kernel.org,
keyrings@...r.kernel.org, dwmw2@...radead.org
Subject: Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a raw signature
Juerg Haefliger <juerg.haefliger@....com> wrote:
> This patch adds support for signing a kernel module with a raw
> detached PKCS#7 signature/message.
>
> The signature is not converted and is simply appended to the module so
> it needs to be in the right format. Using openssl, a valid signature can
> be generated like this:
> $ openssl smime -sign -nocerts -noattr -binary -in <module> -inkey \
> <key> -signer <x509> -outform der -out <raw sig>
>
> The resulting raw signature from the above command is (more or less)
> identical to the raw signature that sign-file itself can produce like
> this:
> $ scripts/sign-file -d <hash algo> <key> <x509> <module>
>
> Signed-off-by: Juerg Haefliger <juerg.haefliger@....com>
Looks okay. I'll apply it unless David Woodhouse has an objection.
David
Powered by blists - more mailing lists