-
- Downloads
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:
George McCollister <george.mccollister@gmail.com>
Showing
- doc/uImage.FIT/signature.txt 143 additions, 0 deletionsdoc/uImage.FIT/signature.txt
- include/image.h 4 additions, 1 deletioninclude/image.h
- lib/rsa/rsa-sign.c 233 additions, 11 deletionslib/rsa/rsa-sign.c
- tools/fit_image.c 2 additions, 1 deletiontools/fit_image.c
- tools/image-host.c 18 additions, 12 deletionstools/image-host.c
- tools/imagetool.h 1 addition, 0 deletionstools/imagetool.h
- tools/mkimage.c 7 additions, 3 deletionstools/mkimage.c
Loading
Please register or sign in to comment