Online Certificate Status Protocol
0
votes
2answers
28 views
nginx proxy doesn't cache OSCP responses
I want to use nginx as a caching proxy in front of an OCSP responder. 'An OCSP request using the POST method is constructed as follows: The Content-Type header has the value "application/ocsp-request" ...
0
votes
0answers
27 views
How to make GET OCSP requests instead of POST in java?
I have an OCSP server which is configured with cached responses.
If I understand correctly, according to the OCSP RFCs (http://www.ietf.org/rfc/rfc2560.txt, http://www.ietf.org/rfc/rfc5019.txt) one ...
0
votes
1answer
81 views
Java Bouncy Castle OCSP Url
I am using bouncy castle 1.48 to verify certificate validation with OCSP. It works good.
But I'm using Ocsp Url as static variable and I want to read it from certificate. Url is written in certificate ...
0
votes
0answers
32 views
Example of a CRLDP and OCSP implementation on JBOSS
Background:
I have found that JBOSS does support Certificate Revocation Lists (CRL).
Although there is no mention of supporting Certificate Revocation List Distribution Points (CRLDP) or Online ...
0
votes
1answer
33 views
OCSP: How does verifier know which OCSP server to use?
I had trouble confirming this online- Are the OCSP server URLs specified in the X509 certificate of the CA, like CRLs, or must they specified out of band by the network administrator? How does the ...
0
votes
0answers
18 views
“OCSP server has no status for the certificate” Firefox error details
I had intermittently the same problem as the below question.
"OCSP server has no status for the certificate" after Firefox upgrade
There may well have been some issues on the side of the ...
0
votes
1answer
105 views
“OCSP server has no status for the certificate” after Firefox upgrade [closed]
I have a problem with this site: https://shop.angst-pfister.ch/
With Firefox 19.0 everything was ok, but after upgrading to 19.0.2 I get this error message:
The OCSP server has no status for the ...
1
vote
1answer
277 views
OCSP response does not give Certificate Status
I created an OCSP client using Bouncy castle API. I am having a trouble in finding the Certificate Status (Saying whether its revoked or not) from the OCSP response I get. The value returned from ...
3
votes
2answers
117 views
OCSP over SSL/TLS
As far as I know, OCSP only provides explicit means for requests and responses to be signed ([RFC2560, page 7] for requests, and [RFC2560, page 8] for responses), but it does not make any mention ...
0
votes
2answers
241 views
How to use OCSP responses in validation of CertPath
I don't want the Java validator to contact the OCSP responder.
I'm working on XAdES library, as such I'll need to use OCSP responses that somebody saved in the XML document to validate if the ...
1
vote
0answers
72 views
OCSP responses inside CertGetCertificateChain function
Is there way to get all OCSP responses which obtained by CryptoAPI during certificate chain building (CertGetCertificateChain function)?
I can get CRLs by structure CERT_REVOCATION_CRL_INFO related ...
2
votes
1answer
478 views
Signing PDF with TimeStamp and OCSP using SmartCard
I need to sign PDF with TimeStamp and OCSP using SmartCard.
Any example how to this with ITextSharp !?
4
votes
1answer
188 views
Checking certificate validity for a specific time
I am curently working with a system, that has PDF signing option.
Now, when creating a complementary Android application, I've run into a bit of a conundrum: How do I check the validity of the ...
0
votes
0answers
341 views
PDF Signature OCSP verification
I am using this code to try to verify a signed PDF against the OCSP of the issuer:
package test_pdf;
import java.io.*;
import java.security.*;
import java.security.cert.Certificate;
import ...
0
votes
0answers
282 views
Preventing .NET from checking code signing certificate's revocation status for certain assemblies
I'm looking for a way to instruct the .NET runtime, that it shall not check online the revocation status of a code signing certificate with the respective certification authority for certain ...
0
votes
0answers
148 views
How to initialize X509_STORE object in OpenSSL?
I'm trying to implement OCSP functions of OpenSSL as described here and it requires X509_STORE object as a parameter. I have x.509 certificate that I want to check revocation status for, it's issuer ...
0
votes
0answers
122 views
How to obtain the OCSP revocation status of an X.509 digital certificate using OpenSSL in Objective-C?
How to check revocation status of x509 certificate (which I currently have in .cer format) using Objective-C (iOS) and OpenSSL OCSP library?
0
votes
0answers
437 views
Creating BouncyCastle OCSP Responses
I'm struggling to find information about OCSP in BouncyCastle, the examples I found online are vague at best, so I thought I'd try to ask here.
Here is my problem: I'm trying to do OCSP in ...
1
vote
1answer
481 views
OCSP Revocation Check On Entire Certificate Chain
When you request for an OCSP server to check the revocation status of a cert, does it automatically check the revocation status of the entire chain?
i.e: if it says the cert is "good", then does that ...
0
votes
1answer
257 views
ADCS Online Responder (OCSP) doesn't real-time
I installed the AD, AD CS and OCSP on the same machine in my lab and configured. I then use C# to have a OCSP client so that it can send the revocation check request and parse the response for a ...
1
vote
1answer
676 views
OpenSSL certificate revocation check in client program using OCSP stapling
I have an embedded C client program that securely connects to a server using OpenSSL. The server provides its certificate during the handshake and the client has to check the revocation status of this ...
1
vote
1answer
3k views
False Positive SSL “Peer's Certificate Has Been Revoked” on Firefox Only
One of my client's is having a problem that is vexing both their system admin and godaddy support, who say that everything is correct and this error should not be happening. Their SSL certificate is ...
0
votes
2answers
410 views
PKI: the procedure of checking certificate revocation status and its setup
Good day!
In my asp.net web application I need to check incoming digital signatures of files. I do it by calling:
SignedCms.CheckSignature(false) or SignerInfo.CheckSignature(false) (C#).
And I ...
0
votes
1answer
965 views
Certificate check via OCSP in C#
I get client ID Card certificate from Request.ClientCertificate["CERTIFICATE"] and now I have to check if it's GOOD, not REVOKED or UNKNOWN. I also have a OCSP url.
I checked about library ...
1
vote
1answer
426 views
why does openssl send the CA certificate in OCSP protocol
openssl ocsp program documented at http://www.openssl.org/docs/apps/ocsp.html requires that the client send the certificate AND the CA certificate to the ocsp resopnder. RFC 2560 for OCSP however, ...
4
votes
1answer
306 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 ...
9
votes
1answer
391 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 ...
2
votes
1answer
1k 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 ...
1
vote
2answers
998 views
Java OCSP Client using openSSL
my requirement is like that, I have a Client CA certificate in my machine, and I am getting a customer CA cert's encoded data from a request message's header. I have to validate the customar CA ...
2
votes
3answers
3k 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
1answer
289 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
353 views
Validation of certificate in java 5?
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?
0
votes
1answer
689 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 ...
4
votes
1answer
404 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 ...
3
votes
3answers
2k views
OCSP libraries for python / java / c?
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 ...
1
vote
5answers
4k views
OCSP command-line test tool?
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