Topic: [SOLVED] ASN_BEFORE_DATE_E when calling CTX_load_verify_buffer
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.