2022-08-23 11:14 AM
We are trying to verify the signature generated by the STM signing tool. From this link, in the table for "On STM32MP15x lines", we need to know what data type is used for each field when the signature hash (sha256) is created so we can replicate it.
Solved! Go to Solution.
2022-09-05 9:38 AM
Hi GWu.4 (Community Member)
For the bitfields did you have a look at the SigningTool page:
https://wiki.st.com/stm32mpu/wiki/Signing_tool
Using the help from the SigningTool command line version, you can also check all the data fields to be entered. For that you need to understand how the ROM code secure boot works and which algorithm are processed to authenticate and potentially decrypt a signed image.
https://wiki.st.com/stm32mpu/wiki/STM32_MPU_ROM_code_secure_boot#Image_signing
2022-09-05 9:38 AM
Hi GWu.4 (Community Member)
For the bitfields did you have a look at the SigningTool page:
https://wiki.st.com/stm32mpu/wiki/Signing_tool
Using the help from the SigningTool command line version, you can also check all the data fields to be entered. For that you need to understand how the ROM code secure boot works and which algorithm are processed to authenticate and potentially decrypt a signed image.
https://wiki.st.com/stm32mpu/wiki/STM32_MPU_ROM_code_secure_boot#Image_signing