Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331139

Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a raw signature

From Juerg Haefliger <juerg.haefliger@hpe.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a raw signature
Date 2016-02-10 14:10 +0100
Message-ID <r0CGS-2BB-7@gated-at.bofh.it> (permalink)
References <qYq78-7RC-17@gated-at.bofh.it> <qWzRf-wR-1@gated-at.bofh.it> <r0A2n-Sb-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 02/10/2016 11:12 AM, David Howells wrote:
> Juerg Haefliger <juerg.haefliger@hpe.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>
> 
> What's the usage case for this?  Can it be done instead with openssl PKCS#11?

Our internal signing service doesn't support PKCS#11. I have to submit the blobs
and get detached PKCS#7 messages back. I don't claim I fully understand all the
different signing mechanisms but everything worked just fine until support for
signing with a detached signature was removed. IMO that's a regression, which
I'm trying to fix with this patch.

...Juerg



> David
> 

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a raw signature David Howells <dhowells@redhat.com> - 2016-02-10 11:20 +0100
  Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a  raw signature David Woodhouse <dwmw2@infradead.org> - 2016-02-10 11:30 +0100
  Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a  raw signature Juerg Haefliger <juerg.haefliger@hpe.com> - 2016-02-10 14:10 +0100
  Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a  raw signature Juerg Haefliger <juerg.haefliger@hpe.com> - 2016-02-10 14:30 +0100
    Re: [PATCH v2] scripts/sign-file.c: Add support for signing with a  raw signature Juerg Haefliger <juerg.haefliger@hpe.com> - 2016-02-18 10:30 +0100

csiph-web