Skip to content
Commit f1ca1fde authored by George McCollister's avatar George McCollister Committed by Tom Rini
Browse files

mkimage: Add support for signing with pkcs11



Add support for signing with the pkcs11 engine. This allows FIT images
to be signed with keys securely stored on a smartcard, hardware security
module, etc without exposing the keys.

Support for other engines can be added in the future by modifying
rsa_engine_get_pub_key() and rsa_engine_get_priv_key() to construct
correct key_id strings.

Signed-off-by: default avatarGeorge McCollister <george.mccollister@gmail.com>
parent b1c6a54a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment