Hello,
Just a quick follow-up on this question of using an HSM (or in general, some form of Key Management Infrastructure) to sign TF-A images.
U-Boot has support for this with its mkimage utility (see
https://github.com/u-boot/u-boot/blob/master/doc/uImage.FIT/signature.txt#L514). This appears to a custom engine in OpenSSL (and in this case, the pkcs11 engine). My questions are:
Thanks,
Brian