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

Add support for CRLs #1090

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add support for CRLs #1090

wants to merge 7 commits into from

Conversation

El-Virus
Copy link

This PR adds support for:

  • Validating an ASN.1-formatted CRL.
  • Parsing CRLs.
  • Accessing a CRL's data. (+Helper functions for checking if a certificate has been revoked)
  • Accessing X.509v3 extensions required for the generation of a RFC 5280 conforming CRL.
  • Verifying a CRL's signature against a certificate.

It however does not include support for:

  • Building CRLs.
  • Encoding CRLs in ASN.1 format.

Nonetheless it provides a base to implement such features.

Includes unit tests.

Helps towards #113.

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