Skip to content
Snippets Groups Projects
Commit 83dd98e0 authored by Andrew Duda's avatar Andrew Duda Committed by Tom Rini
Browse files

image: Combine image_sig_algo with image_sign_info


Remove the need to explicitly add SHA/RSA pairings. Invalid SHA/RSA
pairings will still fail on verify operations when the hash length is
longer than the key length.

Follow the same naming scheme "checksum,crytpo" without explicitly
defining the string.

Indirectly adds support for "sha1,rsa4096" signing/verification.

Signed-off-by: default avatarAndrew Duda <aduda@meraki.com>
Signed-off-by: default avataraduda <aduda@meraki.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 0c1d74fd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment