mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
crypto: ecdsa - Update Kconfig help text for NIST P521
Commita7d45ba77d
("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:a7d45ba77d
("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>
This commit is contained in:
parent
b358f23ab1
commit
91790c7a35
@ -296,7 +296,7 @@ config CRYPTO_ECDSA
|
|||||||
help
|
help
|
||||||
ECDSA (Elliptic Curve Digital Signature Algorithm) (FIPS 186,
|
ECDSA (Elliptic Curve Digital Signature Algorithm) (FIPS 186,
|
||||||
ISO/IEC 14888-3)
|
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.
|
Only signature verification is implemented.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user