Tagged Questions
9
votes
1answer
199 views
Should I accept an OSCP responder certificate signed by the trust anchor?
Could someone please help me on the following?
RFC2560 defines when an OCSP responder certificate (sigining the response) could be accepted:
1. Matches a local configuration of OCSP signing ...
4
votes
1answer
132 views
What is the use of the responderID in the OCSP response?
I am not clear on the use of the responder ID in the definition of the OCSP response.
I am doing OCSP checks via Java's PKIX APIs.
Using a third party library I get (during the OCSP response ...
4
votes
1answer
350 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
1answer
103 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 ...