OCSP Response problem

2010-07-11 Thread Wockenfuß , Frank
Hi all, I'm writing a program to check a certificate with OCSP in C++. I'm doing all in the same way as in ocsp.c from the OpenSSL-App, but I get no useful return from OCSP_RESPONSE* pOCSPResponse = NULL; nRet = OCSP_sendreq_nbio( &pOCSPResponse, pOCSPContext ); nRet is 0 and pO

OCSP Response problem

2010-07-09 Thread Wockenfuß , Frank
Hi all, I'm writing a program to check a certificate with OCSP in C++. I'm doing all in the same way as in ocsp.c from the OpenSSL-App, but I get no useful return from OCSP_RESPONSE* pOCSPResponse = NULL; nRet = OCSP_sendreq_nbio( &pOCSPResponse, pOCSPContext ); nRet is 0 and pO