summaryrefslogtreecommitdiff
path: root/lib/rsa
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-10-29 12:20:27 +0100
committerTom Rini <[email protected]>2025-11-06 17:32:33 -0600
commit64ba0aa9f48cd3c2bba92c1f15a9da4c21000d2e (patch)
tree004e44a7d0460d6cada6430a140c271f3405b1e7 /lib/rsa
parenta9cf66de5944b872c927e1c2f404330d9e962ab0 (diff)
rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help text
Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'lib/rsa')
-rw-r--r--lib/rsa/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig
index 9033384e60a..3eda4bc61b9 100644
--- a/lib/rsa/Kconfig
+++ b/lib/rsa/Kconfig
@@ -44,7 +44,7 @@ config RSA_VERIFY_WITH_PKEY
This does not suit the use case where there is no way defined to
provide such additional key properties in standardized form,
particularly UEFI secure boot.
- This options enables RSA signature verification with a public key
+ This option enables RSA signature verification with a public key
directly specified in image_sign_info, where all the necessary
key properties will be calculated on the fly in verification code.
@@ -62,7 +62,7 @@ config SPL_RSA_VERIFY_WITH_PKEY
This does not suit the use case where there is no way defined to
provide such additional key properties in standardized form,
particularly UEFI secure boot.
- This options enables RSA signature verification with a public key
+ This option enables RSA signature verification with a public key
directly specified in image_sign_info, where all the necessary
key properties will be calculated on the fly in verification code
in the SPL.