The following is in the demo code.

 
r = SSL_CTX_load_verify_locations(ret,a.ca_file,NULL)
 
I am wondering if NULL is the right parameter to pass through for CA path ?
 
--------------------------
hi..
yes the third parameter is the CA path and you can pass NULL..(this is simple) .if you specify the CA path you need to have a hash value.
for detailed info please refer the following link...

http://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html

Samy






-"

Reply via email to