-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
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. |
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. |
Read in asn1crypto/cms.py - in the signature structure there is room for crl/ocsp/timestamp, I have only completed the required bare minimum |
@pkumar-uk Do you have a working code for OCSP enabled certificates? I'm very interested in it. |
try version 2.0.7 with ocs psupport |
how to used ocsp support in version 2.0.7
how to used ocsp support in version 2.0.7 |
example in pdf-sign-cms-hsm-certum.py |
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.
The text was updated successfully, but these errors were encountered: