Re: SSL_get_verify_result(ssl)

2002-04-02 Thread Lutz Jaenicke
On the client side , > SSL_get_verify_result(ssl) returns code 18. > which is : > 18 X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: self signed >certificate > > > i have the server certificate on the client side and i am using this function in my >client code. > >

SSL_get_verify_result(ssl)

2002-03-29 Thread biswaksen
Hi,   I have written a client/server code using openssl.   when i am verifying the server certificate on the client side and  also the client certificate on the server side the  verification fails.   On the client side , SSL_get_verify_result(ssl) returns code 18. which is :  18