hi i have written a server client program .. in client using SSL_write im
writing some data in buffer and in server using SSL_read reading .. client
side wtite returns succesfully but at server SSL_read i get segmentation
fault ..
and Another question is after handshaking i am using
SSL_get_verify_result(ssl))!=X509_V_OK to verify which is resulting in

20 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
           : unable to get local issuer certificate
           the issuer certificate of a locally looked up certificate could
not be found. This normally means
           the list of trusted certificates is not complete.

What does it actualy mean? is because of this i am not able to read ???
because i am continuing the application even if this verification is failed

Please help
Thanks in advance

Reply via email to