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

Missing some standard certificate extensions #86

Open
lilyball opened this issue Jun 15, 2021 · 2 comments
Open

Missing some standard certificate extensions #86

lilyball opened this issue Jun 15, 2021 · 2 comments

Comments

@lilyball
Copy link

This crate parses most standard certificate extensions defined in RFC 5280, but it seems to be missing the following:

Certificate Extensions:

It's also missing some CRL and CRL Entry extensions:

I don't know how much the CRL ones matter, though this crate does support 3 such CRL/CRL Entry extensions already (plus the ones that are identical to certificate extensions).

@lilyball
Copy link
Author

@chifflier Freshest CRL (OID_X509_EXT_FRESHEST_CRL) uses the same Distribution Points type

FreshestCRL ::= CRLDistributionPoints

So it should be pretty trivial to add that to the set of parsed extensions.

@cpu
Copy link
Collaborator

cpu commented Aug 26, 2023

Issuing Distribution Point(§5.2.5)

I've implemented support for this CRL extension in #146

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

No branches or pull requests

2 participants