mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 08:21:27 +01:00
rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help text
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
a9cf66de59
commit
64ba0aa9f4
@ -44,7 +44,7 @@ config RSA_VERIFY_WITH_PKEY
|
|||||||
This does not suit the use case where there is no way defined to
|
This does not suit the use case where there is no way defined to
|
||||||
provide such additional key properties in standardized form,
|
provide such additional key properties in standardized form,
|
||||||
particularly UEFI secure boot.
|
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
|
directly specified in image_sign_info, where all the necessary
|
||||||
key properties will be calculated on the fly in verification code.
|
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
|
This does not suit the use case where there is no way defined to
|
||||||
provide such additional key properties in standardized form,
|
provide such additional key properties in standardized form,
|
||||||
particularly UEFI secure boot.
|
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
|
directly specified in image_sign_info, where all the necessary
|
||||||
key properties will be calculated on the fly in verification code
|
key properties will be calculated on the fly in verification code
|
||||||
in the SPL.
|
in the SPL.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user