Tagged Questions

1
vote
3answers
622 views

OCSP Revocation on client certificate

How do I manually check for certificate revocation status in java using OCSP, given just a client's java.security.cert.X509Certificate? I can't see a clear way to do it. Alternatively, can I make ...
0
votes
0answers
274 views

CRL and OCSP behavior of iOS / Security.Framework?

I'm trying to figure out what iOS' policy is when verifying certificates using Security.Framework regarding revocation of certificates. I cannot find information about this in the docs for iOS. In the ...
0
votes
1answer
101 views

java support online certificate status protocol

I am looking into OCSP support in Java. I see that there are some APIs offered in plain java for this(i.e. without using some third-party library e.g. Bouncy Castle). Now I know, that OCSP can be ...
0
votes
1answer
531 views

Exception When Reading OCSP Signing Certs in Java

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 ...