1

(3 replies, posted in wolfSSL)

Thank you for replying ...

I compiled the wolfSSL for the Nucleus microprocessor.  I believe it is/was compiled with the right settings.  I checked the include files you mention and it all seems correct. 

It has also been suggested that I increase the stack size.  I have tried that as well and still run into the crash/system reset. 

I was hoping someone has seen this issue before and had some insight because I have really hit a wall with this one.

2

(3 replies, posted in wolfSSL)

I am going through the process of establishing a connection and when the function AlreadySigner is called my system hangs specially on the line "signers = cm->caTable[row]".  Has anyone had a similar problem?  Any ideas what may be happening?  thx

I am the client and here are my function calls:
   wolfSSL_CTX_new - which calls wolfSSL_Init and I'm assigning method to wolfSSLv23_client_method()

   wolfSSL_CTX_load_verify_locations - in this function my system hangs with the above issue