From: Baruch Siach Date: Tue, 2 May 2023 04:47:30 +0000 (+0300) Subject: doc: signature: describe how to enable ECDSA X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=cc492b93bed14a2a393c0076fac8419d9e1856c2;p=u-boot.git doc: signature: describe how to enable ECDSA Signed-off-by: Baruch Siach Reviewed-by: Simon Glass --- diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index b6707417ff..240244b30e 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -439,6 +439,7 @@ be enabled: CONFIG_FIT_SIGNATURE - enable signing and verification in FITs CONFIG_RSA - enable RSA algorithm for signing +CONFIG_ECDSA - enable ECDSA algorithm for signing WARNING: When relying on signed FIT images with required signature check the legacy image format is default disabled by not defining