Topic: STM32U5A5 HASH seems to not works as expected
Hi there!
i'm a newbee regarding Crypto/SSL/etc world..
I use a STM32U5A5 MCU.
I implemented the WolfSSL library successfuly.
BUT, if it try to use STM32 hardware HASH acceleration, i have failure to communicate with TLS1.2 and/or TLS1.3.
so i tryed the provided unit tests and i get same results..
if STM32 HASH is enabled, most tests fail.. starting with:
RANDOM test failed!
if i disable HASH HW acceleration,
all tests succeed...
is someone have any clue about this problem ?