Solved, i changed the hardware crypto operation to software one, and it works like magic, looks like the STM32F2 hardware crypto didn't work on F4

hi, im currently porting wolfSSL to STM32F4 (non OS), same problem here wolfSSL returning error -313 (recvd alert fatal error) during wolfSSL_connect, from the alert packet from server the content is level 0x02 and description 0x14 (BAD_RECORD_MAC), is there anything that can be done to solved this issue??