OCSP command-line test tool?
Hi! Does anybody know of a tool to test OCSP responses? Preferably, something that can be used from a Windows Command-line and/or can be included (easily) in a Java/python program ...
Hi! Does anybody know of a tool to test OCSP responses? Preferably, something that can be used from a Windows Command-line and/or can be included (easily) in a Java/python program ...
Hi all! Going back to my previous question on OCSP, does anybody know of "reliable" OCSP libraries for Python, Java and C? I need "client" OCSP functionality, as I'll be checking the status of Certs against an OCSP responder, so responder functionality is not that important. Thanks ...
The specification I am working with requires that a key-pair be generated and a certificate be automatically enrolled via SCEP to a specified server and used as both a TLS server and client certificate with OCSP validation of the counterparty. Are there any tools available for .Net to do this sort of thing? Pure-managed code and Compac...
Hi all, I'm currently working on getting a Java application (JRE 1.5+) to talk to a Windows 2008 OCSP Responder, and I'm getting a strange error on trying to read the Responder's signing cert. I get the following exception on trying to perform an OCSP validation. Caused by: java.security.cert.CertificateParsingException: java.io.IOExc...
How to invoke a OCSP responder service by using WCF client? More details about OCSP can be found at http://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol ...
Hi, I am looking for an example for OCSP validation of client certificate in java 5. Also how the configuration in java.security file is used for this purpose? ...