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 support for verifying certificate chain with EKU #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xiaoyuxlu
Copy link

There is a use case(spdm) where Certificate Extended Key Usage(EKU) Oid is customized, and EndCertEntity is used to verify certificate chain with customized EKU. But the current EndCertEntity does not expose the verify function with eku. So I made a patch to expose a function called verify_is_valid_cert_with_eku for EndCertEntity.

What do you think of this?
Any chance we can see add this API in webpki?

@jyao1
Copy link

jyao1 commented Apr 13, 2022

@briansmith, would you please review this patch to see if there is any comment?

@dnovick
Copy link

dnovick commented Apr 13, 2022

It looks like this pull request has been open for quite a while. It looks like it is in need of review. What is the status of the review and any remaining approval process work? Thanks.

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.

None yet

3 participants