diff options
author | Lukas Wunner <lukas@wunner.de> | 2024-10-14 12:04:41 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-10-28 18:32:28 +0800 |
commit | 91790c7a35ba6bfea9b1ae6ad0fc91a9f33896ea (patch) | |
tree | cdbe2a213f9e6b06ef67d9ff7e387ebf1d7a2e8d | |
parent | b358f23ab11ad8534ed0f2096cbb2411ea62f8d3 (diff) | |
download | linux-stable-91790c7a35ba6bfea9b1ae6ad0fc91a9f33896ea.tar.gz linux-stable-91790c7a35ba6bfea9b1ae6ad0fc91a9f33896ea.tar.bz2 linux-stable-91790c7a35ba6bfea9b1ae6ad0fc91a9f33896ea.zip |
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>
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |