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 operation for parsing X.509 CRLs #1887

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

robinsandhu
Copy link
Contributor

@robinsandhu robinsandhu commented Aug 25, 2024

Description

Added a new operation Parse X.509 CRL for parsing X.509 Certificate Revocation Lists. This new operation leverages the existing dependency on jsrsasign to parse the CRLs and formats the output in a human readable format. Output structure is comparable to what is being returned when parsed with openssl v3.0.0.

Type of change

Please select the option that best describes the change:

  • New features/update

How Has This Been Tested?

Tested locally on my machine with various CRLs. Following are some outputs from those tests:

Screenshot from 2024-08-25 14-32-24
Screenshot from 2024-08-25 14-56-43
Screenshot from 2024-08-25 14-56-54
Screenshot from 2024-08-25 14-57-09
Screenshot from 2024-08-25 14-53-09

Checklist:

  • I have added tests that prove my fix is effective.
  • Existing unit tests pass locally with my changes.

Signed-off-by: Robin Sandhu <er.robinsandhu@gmail.com>
i.e. DER Hex, Base64, Raw
@robinsandhu robinsandhu marked this pull request as ready for review August 25, 2024 13:58
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