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

Generate RFC 5280 conformant X.509 v2 CRL #1396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArchangelSDY
Copy link

@ArchangelSDY ArchangelSDY commented Sep 30, 2024

According to official doc, CreateCRL is not RFC 5280 conformant and should be deprecated. This PR replaces it with new API, as well as adds an optional parameter for CRL number when generating CRL.

  • Replace CreateCRL with CreateRevocationList.
  • Replace ParseCRL with ParseRevocationList.
  • Replace ca.pem in testdata with a new one that includes cRLSign key usage.
  • Add an optional parameter to specify CRL number in crl and gencrl.

* Replace `CreateCRL` with `CreateRevocationList`.
* Replace `ParseCRL` with `ParseRevocationList`.
* Replace `ca.pem` in testdata with a new one that includes `cRLSign` key usage.
* Add an optional parameter to specify CRL number in `crl` and `gencrl`.
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

Successfully merging this pull request may close these issues.

1 participant