Message ID | e843333c7b9522f7cd3b609e4eae7da3ddb8405c.1728900075.git.lukas@wunner.de (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: ecdsa - Update Kconfig help text for NIST P521 | expand |
On 10/14/24 6:04 AM, Lukas Wunner wrote: > Commit a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test > suite") added support for ECDSA signature verification using NIST P521, > but forgot to amend the Kconfig help text. Fix it. > > Fixes: a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test > suite") > Signed-off-by: Lukas Wunner <lukas@wunner.de> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> > --- > crypto/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/crypto/Kconfig b/crypto/Kconfig > index b3fb3b2ae12f..6b0bfbccac08 100644 > --- a/crypto/Kconfig > +++ b/crypto/Kconfig > @@ -296,7 +296,7 @@ config CRYPTO_ECDSA > help > ECDSA (Elliptic Curve Digital Signature Algorithm) (FIPS 186, > ISO/IEC 14888-3) > - using curves P-192, P-256, and P-384 > + using curves P-192, P-256, P-384 and P-521 > > Only signature verification is implemented. >
On Mon, Oct 14, 2024 at 12:04:41PM +0200, Lukas Wunner wrote: > Commit a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test > suite") added support for ECDSA signature verification using NIST P521, > but forgot to amend the Kconfig help text. Fix it. > > Fixes: a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test > suite") > Signed-off-by: Lukas Wunner <lukas@wunner.de> > --- > crypto/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks.
diff --git a/crypto/Kconfig b/crypto/Kconfig index b3fb3b2ae12f..6b0bfbccac08 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -296,7 +296,7 @@ config CRYPTO_ECDSA help ECDSA (Elliptic Curve Digital Signature Algorithm) (FIPS 186, ISO/IEC 14888-3) - using curves P-192, P-256, and P-384 + using curves P-192, P-256, P-384 and P-521 Only signature verification is implemented.
Commit a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test suite") added support for ECDSA signature verification using NIST P521, but forgot to amend the Kconfig help text. Fix it. Fixes: a7d45ba77d3d ("crypto: ecdsa - Register NIST P521 and extend test suite") Signed-off-by: Lukas Wunner <lukas@wunner.de> --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)