Hi Kaleb,

The problem has been fixed.
Thanks a lot.

Best Regards,
Christopher

Hi Kaleb,

I was encountered with another problem.
When I use the client demo complied with vs2010 to connect the tls server run in my board, the demo tcpEchoTLS will return an error with code -501(MATCH_SUITE_ERROR). From the network packets captured with wireshark, I saw that the client sent a "client hello" and then the server rejected the connection.

Can you tell me how to fix the problem?
Thanks a lot.

Best Regards,
Christopher

Hi Kaleb,

Thank you very much.
The problem has been fixed.

Best Regards,
Christopher

Hi, I try to use wolfssl with tirtos in my TM4C1294 Connected LaunchPad, and I follow the instructions in this web page :https://github.com/wolfSSL/wolfssl-examples/tree/master/tirtos_ccs_examples.

But I get an error with code -150 (ASN_BEFORE_DATE_E) when the program call the API wolfSSL_CTX_load_verify_buffer.
I don't modified anything in the project except uncommenting the "#define WOLFSSL_TIRTOS" in wolfssl\wolfssl\wolfcrypt\settings.h.


Can you tell me how to fix the problem?
Thanks a lot.