Correct shutdowning of ssl client

1999-03-24 Thread Sergei Khomiouk
Hello, openssl-users I have problems with memory leaks in using ssleay client under win95/98. Ssleay v.0.9.0. Can anybody tell me recommended sequense of free's, shutdowns and so on? Thanks, Sergei __ OpenSSL Project

Re: Proxy servers, tunnelling, etc.

1999-02-25 Thread Sergei Khomiouk
At 15:29 22.02.99 +, you wrote: >Dear all, > >Having used openssl0.9c in a web crawling indexer written in perl I have >hit a problem when dealing with proxies. They refuse to let the HTTPS >requests through, even though a browser ( Netscape ) making the same >request has no problems. Any idea

When X509_verify_cert(ctx,store,x509,chain) calls callback function?

1999-02-11 Thread Sergei Khomiouk
Hello, Verifying certificate via X509_verify_cert() function I got call of my verify_callback function twise and in each case errorcode==0 In first case I got some CA certificate, in second - certificate to check. Why callback calls when all Ok? ... doc\callback "When ever X509_cert_verify() mak