User Activity

Hi,I want to test RSA signing and verification on the STM32. I found STM32CubeExpansion_Crypto_V4.0.1 with some RSA signing and verification example for NUCLEO-H743ZI. I want to port this application for NUCLEO-H7A3ZI.How can I port the application f...
Hello,I am trying to add a new crypto scheme in the SBSFU application for STM32H7B3-DK.I have implemented RSA_PKCS1v15_Verify() function using STCrypto lib in the SE_CRYPTO_Authenticate_Metadata() for RSA verification. As per my understanding the RSA...
Hello,How can I add STM32CryptographicV4.0.1 in the STM32CubeExpansion_SBSFU_V2.6.1 middleware for SBSFU application ?The current STM32CubeExpansion_SBSFU_V2.6.1 is used libSTM32CryptographicV3.1.1_STM32H7_GCC ST crypto library for STM32H7 boards. I ...
Hi,I tried to execute my custom SBSFU_UserApp.bin on the STM32H7B3I-DK board and I get error for Header signature verification failure in slot SLOT_ACTIVE_1. I have made changes in se_crypto_bootloader.c file for adding RSA signing verification in pl...
Hello,I am trying to flashing customized SBSFU_UserApp.bin of 1_Image application from BSFU example project on STM32H7B3I-DK. I am getting error when the application is booting. The error is:= [SBOOT] SECURE ENGINE INITIALIZATION SUCCESSFUL= [SBOOT] ...