Re: using OCSP client in a dll

2002-10-07 Thread Tirthankar Barari
Hi!   I am creating a dll that uses the openssl ocsp client function calls (version openssl-0.9.7-beta3) to send an ocsp req and receive the returned response. The dll compiles fine but on executing the application that calls the dll hangs on the "OCSP_sendreq_bio(cbio, path,

using OCSP client in a dll

2002-10-07 Thread Tirthankar Barari
Hi!   I am creating a dll that uses the openssl ocsp client function calls (version openssl-0.9.7-beta3) to send an ocsp req and receive the returned response. The dll compiles fine but on executing the application that calls the dll hangs on the "OCSP_sendreq_bio(cbio, path, req)" call. Af