[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025031943-disparity-dash-cfa3@gregkh>
Date: Wed, 19 Mar 2025 07:13:13 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Huacai Chen <chenhuacai@...ngson.cn>
Cc: Sasha Levin <sashal@...nel.org>, Huacai Chen <chenhuacai@...nel.org>,
Xuerui Wang <kernel@...0n.name>, stable@...r.kernel.org,
David Howells <dhowells@...hat.com>,
David Woodhouse <dwmw2@...radead.org>,
Jan Stancek <jstancek@...hat.com>,
Jarkko Sakkinen <jarkko@...nel.org>, keyrings@...r.kernel.org,
linux-kernel@...r.kernel.org, loongarch@...ts.linux.dev,
R Nageswara Sastry <rnsastry@...ux.ibm.com>,
Neal Gompa <neal@...pa.dev>
Subject: Re: [PATCH 6.1&6.6 V3 3/3] sign-file,extract-cert: use pkcs11
provider for OPENSSL MAJOR >= 3
On Wed, Mar 19, 2025 at 02:40:31PM +0800, Huacai Chen wrote:
> From: Jan Stancek <jstancek@...hat.com>
>
> commit 558bdc45dfb2669e1741384a0c80be9c82fa052c upstream.
>
> ENGINE API has been deprecated since OpenSSL version 3.0 [1].
> Distros have started dropping support from headers and in future
> it will likely disappear also from library.
>
> It has been superseded by the PROVIDER API, so use it instead
> for OPENSSL MAJOR >= 3.
>
> [1] https://github.com/openssl/openssl/blob/master/README-ENGINES.md
>
> [jarkko: fixed up alignment issues reported by checkpatch.pl --strict]
>
> Signed-off-by: Jan Stancek <jstancek@...hat.com>
> Reviewed-by: Jarkko Sakkinen <jarkko@...nel.org>
> Tested-by: R Nageswara Sastry <rnsastry@...ux.ibm.com>
> Reviewed-by: Neal Gompa <neal@...pa.dev>
> Signed-off-by: Jarkko Sakkinen <jarkko@...nel.org>
> Signed-off-by: Huacai Chen <chenhuacai@...ngson.cn>
> ---
> certs/extract-cert.c | 103 ++++++++++++++++++++++++++++++-------------
> scripts/sign-file.c | 93 ++++++++++++++++++++++++++------------
> 2 files changed, 138 insertions(+), 58 deletions(-)
This seems to differ from what is upstream by a lot, please document
what you changed from it and why when you resend this series again.
thanks,
greg k-h
Powered by blists - more mailing lists