FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add support for CRLs by El-Virus · Pull Request #1090 · digitalbazaar/forge · GitHub

Add support for CRLs - #1090

Open
El-Virus wants to merge 7 commits into
digitalbazaar:mainfrom
El-Virus:crl
Open

Add support for CRLs#1090
El-Virus wants to merge 7 commits into
digitalbazaar:mainfrom
El-Virus:crl

Conversation

Copy link
Copy Markdown

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.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL