Re: [PATCH v7 1/4] crypto: Add support for ECDSA signature verification

2021-02-04 Thread Jarkko Sakkinen
On Thu, Feb 04, 2021 at 04:27:39PM +1100, Herbert Xu wrote: > On Mon, Feb 01, 2021 at 10:19:07AM -0500, Stefan Berger wrote: > > Add support for parsing the parameters of a NIST P256 or NIST P192 key. > > Enable signature verification using these keys. The new module is > > enabled with CONFIG_ECDS

Re: [PATCH v7 1/4] crypto: Add support for ECDSA signature verification

2021-02-03 Thread Stefan Berger
On 2/4/21 12:27 AM, Herbert Xu wrote: On Mon, Feb 01, 2021 at 10:19:07AM -0500, Stefan Berger wrote: Add support for parsing the parameters of a NIST P256 or NIST P192 key. Enable signature verification using these keys. The new module is enabled with CONFIG_ECDSA: Elliptic Curve Digital Sign

Re: [PATCH v7 1/4] crypto: Add support for ECDSA signature verification

2021-02-03 Thread Herbert Xu
On Mon, Feb 01, 2021 at 10:19:07AM -0500, Stefan Berger wrote: > Add support for parsing the parameters of a NIST P256 or NIST P192 key. > Enable signature verification using these keys. The new module is > enabled with CONFIG_ECDSA: > Elliptic Curve Digital Signature Algorithm (NIST P192, P256 e

[PATCH v7 1/4] crypto: Add support for ECDSA signature verification

2021-02-01 Thread Stefan Berger
Add support for parsing the parameters of a NIST P256 or NIST P192 key. Enable signature verification using these keys. The new module is enabled with CONFIG_ECDSA: Elliptic Curve Digital Signature Algorithm (NIST P192, P256 etc.) is A NIST cryptographic standard algorithm. Only signature verif