Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCSP, crls response and timestamp #25

Closed
pkumar-uk opened this issue Oct 4, 2019 · 7 comments
Closed

OCSP, crls response and timestamp #25

pkumar-uk opened this issue Oct 4, 2019 · 7 comments

Comments

@pkumar-uk
Copy link

Is there a plan to include OCSP, crls response to CMS envelope along with time stamp. Currently field in CMS for OCSP response is blank.

Please suggest workarounds if possible for timestamp using timestamp service.

@m32
Copy link
Owner

m32 commented Oct 6, 2019

The workload seems to be high and the profits are weak. If you feel like it, add this functionality and we will share it with others.

@pkumar-uk
Copy link
Author

I think I have done the work for OSCP response and CRL response, I can share the code once I can verify it works for all cases. I wanted help where I can plugin timestamp. I am looking for direction.

@m32
Copy link
Owner

m32 commented Oct 6, 2019

Read in asn1crypto/cms.py - in the signature structure there is room for crl/ocsp/timestamp, I have only completed the required bare minimum

@muristan
Copy link

muristan commented Mar 7, 2021

@pkumar-uk Do you have a working code for OCSP enabled certificates? I'm very interested in it.

m32 pushed a commit that referenced this issue Dec 30, 2021
@m32
Copy link
Owner

m32 commented Dec 30, 2021

try version 2.0.7 with ocs psupport

@ariessetiyawan
Copy link

how to used ocsp support in version 2.0.7

try version 2.0.7 with ocs psupport

how to used ocsp support in version 2.0.7

@m32
Copy link
Owner

m32 commented Feb 14, 2022

example in pdf-sign-cms-hsm-certum.py
There are new parameters (optional) for pdf.cms.sign, i.e .: ocspurl and ocspissuer. The former is the address of the certificate provider's ocsp service, and the latter is the certificate of the certificate issuer of this service.

@m32 m32 closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants