Hi all,
i’m trying a 2 ways authentication communication between server/client on TLS over TCP, it was OK with 1 way, i’ve added differences described here: Mbed TLS - Trusted Firmware,
and i get on server error " MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE" or 0x7A00, saying “Processing of the Certificate handshake message failed”. This error is generated at ssl_handshake.
I have compared my code with ssl-server1 and client1, which inspired me.
Did i forget anything ?
Thanks in advance, Nicolas.