I'm trying to establish a secure communication between the FreeRTOS (client) and Linux (server) using the WolfSSL library.
I'm getting the error -501 that indicates that cipher suites list doesn't match.
Here the cipher suites that the clients send on FreeRTOS:
Here the cipher suites that the server support on Linux:
How can I enable the one of those cipher suite on Linux to enable the communication?
Best regards,