diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2018-11-14 13:51:02 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 10:44:10 -0500 |
commit | e83cf2fbfc939478fb62de32ee27edac2256982e (patch) | |
tree | 7490428ded560df9301bd221d9bc885a23a3077f /doc | |
parent | 061daa0b61f0fbeb214c566f3adb23da05545320 (diff) | |
download | u-boot-e83cf2fbfc939478fb62de32ee27edac2256982e.tar.gz |
doc: uImage.FIT: signature.txt: add option padding
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/uImage.FIT/signature.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index a765722679..bfff6fdc73 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -106,6 +106,9 @@ When the image is signed, the following properties are optional: - comment: Additional information about the signer or image +- padding: The padding algorithm, it may be pkcs-1.5 or pss, + if no value is provided we assume pkcs-1.5 + For config bindings (see Signed Configurations below), the following additional properties are optional: |