Re: [PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa

2024-10-04 Thread Herbert Xu
On Tue, Sep 10, 2024 at 04:30:10PM +0200, Lukas Wunner wrote: > The original impetus of this series is to introduce P1363 signature > decoding for ecdsa (patch [18/19]), which is needed by the upcoming > SPDM library (Security Protocol and Data Model) for PCI device > authentication. > > To facili

Re: [PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa

2024-10-01 Thread Lukas Wunner
Hi Herbert, On Tue, Sep 10, 2024 at 04:30:10PM +0200, Lukas Wunner wrote: > The original impetus of this series is to introduce P1363 signature > decoding for ecdsa (patch [18/19]), which is needed by the upcoming > SPDM library (Security Protocol and Data Model) for PCI device > authentication. >

[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa

2024-09-10 Thread Lukas Wunner
The original impetus of this series is to introduce P1363 signature decoding for ecdsa (patch [18/19]), which is needed by the upcoming SPDM library (Security Protocol and Data Model) for PCI device authentication. To facilitate that, move X9.62 signature decoding out of ecdsa.c and into a templat