Tagged Questions

0
votes
2answers
77 views

Exception When Reading OCSP Signing Certs in Java

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 …
1
vote
0answers
86 views

What tools are available to generate key-pair, enroll with SCEP, use for TLS server on .Net?

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 …
0
votes
3answers
364 views

OCSP libraries for python / java / c?

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 …
1
vote
4answers
656 views

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