Re: [PATCH v6 00/13] Add support for NIST P521 to ecdsa
From: Stefan Berger
Date: Mon Mar 18 2024 - 18:43:08 EST
On 3/18/24 14:48, Lukas Wunner wrote:
On Tue, Mar 12, 2024 at 02:36:05PM -0400, Stefan Berger wrote:
This series adds support for the NIST P521 curve to the ecdsa module
to enable signature verification with it.
v6 of this series is still
Tested-by: Lukas Wunner <lukas@xxxxxxxxx>
Thanks.
as it successfully authenticates PCI devices with the
"TPM_ALG_ECDSA_ECC_NIST_P521" SPDM asymmetric algorithm
using my development branch:
https://github.com/l1k/linux/commits/doe
Thanks,
Lukas