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

Support verifying/accessing SCTs inside certificates #105

Open
Tracked by #1
ctz opened this issue Jun 29, 2023 · 0 comments
Open
Tracked by #1

Support verifying/accessing SCTs inside certificates #105

ctz opened this issue Jun 29, 2023 · 0 comments

Comments

@ctz
Copy link
Member

ctz commented Jun 29, 2023

If we supported SCTs here we could enable people wanting to do CT verification of the certificates they see.

We could either do this directly by taking a dependency on sct.rs and requiring certificate validation to take a set of sct::Logs. It's more integrated but less flexible.

Alternatively we could let callers access the SCTs given a EndEntityCert and do the verification themselves outside this crate, after they've done other checks.

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

1 participant