Re: [PATCH v11 02/10] crypto: Add support for ECDSA signature verification

2021-03-08 Thread Stefan Berger
On 3/5/21 3:59 PM, Stefan Berger wrote: diff --git a/crypto/Kconfig b/crypto/Kconfig index a367fcfeb5d4..a31df40591f5 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -247,6 +247,16 @@ config CRYPTO_ECDH help Generic implementation of the ECDH algorithm @@ -70,6 +72,30 @@

[PATCH v11 02/10] crypto: Add support for ECDSA signature verification

2021-03-05 Thread Stefan Berger
From: 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