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.
After digging thru the code in .../crypto/ocsp/ocsp_ht.c that implements the above call, I found that the app hangs on the call "i2d_OCSP_REQUEST_bio(b, req)" inside the above call, which is implemented in the openssl library.
 
I have tested the ocsp client feature of the 'openssl.exe' binary against my OCSP server and that works fine. Is the OCSP_sendreq_bio function implementation in this version of openssl not complete yet? What else could be going wrong?
 
My platform is Win2K.
Please help!
 
Thanks
 
Tirthankar 
 

Attachment: smime.p7s
Description: application/pkcs7-signature

Reply via email to