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>
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