[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210224092745.GS20347@linux-l9pv.suse>
Date: Wed, 24 Feb 2021 17:27:45 +0800
From: joeyli <jlee@...e.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: "Lee, Chun-Yi" <joeyli.kernel@...il.com>,
David Howells <dhowells@...hat.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S . Miller" <davem@...emloft.net>,
Ben Boeckel <me@...boeckel.net>,
Malte Gell <malte.gell@....de>, keyrings@...r.kernel.org,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] Documentation/admin-guide/module-signing.rst: add
openssl command option example for CodeSign EKU
Hi Randy,
On Mon, Feb 22, 2021 at 08:48:42AM -0800, Randy Dunlap wrote:
> Hi,
>
> On 2/21/21 10:42 PM, Lee, Chun-Yi wrote:
> > Add an openssl command option example for generating CodeSign extended
> > key usage in X.509 when CONFIG_CHECK_CODESIGN_EKU is enabled.
> >
> > Signed-off-by: "Lee, Chun-Yi" <jlee@...e.com>
> > ---
> > Documentation/admin-guide/module-signing.rst | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/Documentation/admin-guide/module-signing.rst b/Documentation/admin-guide/module-signing.rst
> > index 7d7c7c8a545c..b57b30c7125f 100644
> > --- a/Documentation/admin-guide/module-signing.rst
> > +++ b/Documentation/admin-guide/module-signing.rst
> > @@ -170,6 +170,12 @@ generate the public/private key files::
> > -config x509.genkey -outform PEM -out kernel_key.pem \
> > -keyout kernel_key.pem
> >
> > +When ``CONFIG_CHECK_CODESIGN_EKU`` option be enabled, the following openssl
>
> is enabled,
>
> > +command option should be added for generating CodeSign extended key usage in
>
> should be added <where>?
>
> > +X.509::
Thanks for your review! I will update to next version.
Joey Lee
Powered by blists - more mailing lists