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,
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