Topic: problems with AlreadySigner function call
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