Connection getting terminated after OCSP Resonse is send my OCSP Responder.

2013-07-15 Thread deepak.kathuria
Hi, I am using openssl OCSP utility as OCSP Responder in linux platform. Once OCSP Responder receives OCSP Request it will send OCSP Response and terminate the TCP connection by sending FIN for TCP Connection. Why OCSP responder trying to close the connection? Is there any way by whcih OCSP

Connection getting terminated after OCSP Resonse is send my OCSP Responder.

2013-07-16 Thread deepak.kathuria
Hi, I am using openssl OCSP utility as OCSP Responder in linux platform. Once OCSP Responder receives OCSP Request it will send OCSP Response and terminate the TCP connection by sending FIN for TCP Connection. Why OCSP responder trying to close the connection? Is there any way by whcih OCSP

Precedence of URL between configured one and provided in AIA filed.

2013-09-02 Thread deepak.kathuria
Hi, I am using openssl OCSP utility as OCSP Responder in linux platform. At OCSP Requester side, if OCSP Responder URL is coniguered and OCSP Responder URL is also present in subject certificate (AIA field of extension), then which one will get precedence- configued one or provided by AIA

OCSP Requestor behavior when OCSP Respone not received.

2013-09-02 Thread deepak.kathuria
Hi, I am using openssl OCSP utility as OCSP Responder in linux platform. OCSP Requester sends the OCSP Request to OCSP Responder and if OCSP Responder will not come, then what will be the expected behavior of OCSP Requester in this case? -- View this message in context:

openSSL OCSP utility not sending OCSP Response when connect call is non-blocking.

2013-09-06 Thread deepak.kathuria
Hi, I am using openSSL OCSP utility as server. Whenever I do a blocking TCP connect to establish TCP connection with openSSL OCSP utility and then send OCSP request , openSSL OCSP utility sending a OCSP response. But when I do a non blocking TCP connect make sure that OCSP request is written

Information Regarding Commercially available OCSP Responder.

2013-09-11 Thread deepak.kathuria
Hi, I am using openssl OCSP utility as OCSP Responder in linux platform. Currently as soon as the code which I am using as OCSP Requester gets OCSP Response it sends the FIN and openssl OCSP Responder also generates the FIN request to clear the connection as soon as it sends the OCSP Response.