-
Notifications
You must be signed in to change notification settings - Fork 51
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 accessing an EndEntityCert's spki #28
Comments
This will be resolved by #174 |
Actually I think this specific ask should already work on main (and probably the latest alpha)? |
I might be missing something obvious but it looks to me like |
We merged #184 last week, but I guess that doesn't expose SPKI, yet. |
Note that |
This was a good call out. Just leaving a note to say that #174 ended up exposing the entire certificate DER w/ I think we can close this now. |
Hi,
This is related to briansmith/webpki#85, currently it is not possible to access a certificate's public key and other details. A use case for this is the validation of end entity's certificates with DNS-Based Authentication of Named Entities (DANE).
It would also be quite useful to have access to the parsed X.509 certificate such as https://github.com/rusticata/x509-parser does.
Thanks
The text was updated successfully, but these errors were encountered: