]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ecdsa - Update Kconfig help text for NIST P521
authorLukas Wunner <lukas@wunner.de>
Mon, 14 Oct 2024 10:04:41 +0000 (12:04 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:32:28 +0000 (18:32 +0800)
commit91790c7a35ba6bfea9b1ae6ad0fc91a9f33896ea
treecdbe2a213f9e6b06ef67d9ff7e387ebf1d7a2e8d
parentb358f23ab11ad8534ed0f2096cbb2411ea62f8d3
crypto: ecdsa - Update Kconfig help text for NIST P521

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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig