SSL_CTX_use_PrivateKey_file()

2002-03-29 Thread biswaksen
. Is there anyway ? biswaksen

SSL_CTX_use_PrivateKey_file()

2002-03-29 Thread biswaksen patra
. Is there anyway to set the pass phrase from the program only biswaksen __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com

SSL_get_verify_result(ssl)

2002-03-29 Thread biswaksen
is the certificate path. i have used verify command to check the server certificate which the server is sending to the client and the certificate the client is having on its side. this command gives OK. then i dont know where is the problem. Please tell me why it fails. biswaksen

[no subject]

2002-03-25 Thread biswaksen patra
); exit(5); } ssl = SSL_new (ctx); SSL_set_fd (ssl, sd); err= SSL_connect (ssl); printf(Connection error : %d,err); biswaksen __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com

[no subject]

2002-03-20 Thread biswaksen
biswaksen