Re: [PATCH] sign-file: add openssl engine support

2021-02-10 Thread James Bottomley
On Wed, 2021-02-10 at 08:01 +, David Woodhouse wrote: > > On 10 February 2021 07:45:54 GMT, Yang Song < > songy...@linux.alibaba.com> wrote: > > Use a customized signature service supported by openssl engine > > to sign the kernel module. > > Add command line parameters that support engine

Re: [PATCH] sign-file: add openssl engine support

2021-02-10 Thread David Howells
Yang Song wrote: > + "Usage: scripts/sign-file [-edp] [] >[]\n"); Do you mean: "Usage: scripts/sign-file [-dp] [-e ] []\n"); > + opt = getopt(argc, argv, "sedpk"); "se:dpk"? > + if (use_engine) { > +

Re: [PATCH] sign-file: add openssl engine support

2021-02-10 Thread David Woodhouse
On 10 February 2021 07:45:54 GMT, Yang Song wrote: >Use a customized signature service supported by openssl engine >to sign the kernel module. >Add command line parameters that support engine for sign-file >to use the customized openssl engine service to sign kernel modules. > >Signed-off-by:

[PATCH] sign-file: add openssl engine support

2021-02-09 Thread Yang Song
Use a customized signature service supported by openssl engine to sign the kernel module. Add command line parameters that support engine for sign-file to use the customized openssl engine service to sign kernel modules. Signed-off-by: Yang Song --- scripts/sign-file.c | 65