STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cryptolib: ECDSA Public key format

Hello,I try to verify data with cmox_ecdsa_verify. It fails with CMOX_ECC_ERR_BAD_PARAMETERS. I think my public key has the wrong format, because the buffer CMOX_ECC_SECP384R1_PUBKEY_LEN is 96. My key has the length of 120 bytes.I have exported my pu...

ABach.5 by Associate
  • 459 Views
  • 1 replies
  • 0 kudos

SBSFU Implementation in Nucleo STM32H743ZI Board.

   1. I need to implement SBSFU (Secure Boot and Secure Firmware Update) in my Nucleo STM32H743ZI Board, but the SBSFU package is available for STM32H753ZI, STM32H7B3I-DK, STM32H750B-DK board. So Which Package is best for the Nucleo STM32H743ZI board...

pragnesh by Associate III
  • 761 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H735AGI6 RNG non working

the function MX_RNG_Init failsHAL_RNG_Init returns t.o.: while (HAL_IS_BIT_SET(hrng->Instance->CR, RNG_CR_CONDRST)) {  if ((HAL_GetTick() - tickstart) > RNG_TIMEOUT_VALUE)  {   /* New check to avoid false timeout detection in case of preemption */   ...

Resolved! Best approach to security with STM32H757

I am using an STM32H757. I understand how, using the TrustedPackageCreator and an HSM, I can supply our manufactures with an encrypted version of the firmware and limit the number of product instances they can produce. My question is, when the produc...

GRoss.5 by Associate II
  • 306 Views
  • 1 replies
  • 0 kudos

AES CCM encryption with HW AES module

Hello,I am trying yo implement the HW encryption acceleration on a STM32F423CH for AED CCM Mode. I tried to implement on the first place the CTR encryption mode but it seems to me that the example provided in the NIST Special Publication 800-38A cann...

0693W00000QKNQVQA5.png 0693W00000QKNVQQA5.png 0693W00000QKMq9QAH.png
MSaez.1 by Associate II
  • 454 Views
  • 1 replies
  • 0 kudos