mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
doc: signature: describe how to enable ECDSA
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e7a1dfa23f
commit
cc492b93be
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue