Skip to content

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