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

Revocation check performance optimization #221

Open
JeyJeyGao opened this issue Aug 15, 2024 · 0 comments
Open

Revocation check performance optimization #221

JeyJeyGao opened this issue Aug 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JeyJeyGao
Copy link
Contributor

JeyJeyGao commented Aug 15, 2024

What is not working as expected?

Currently, the certificate revocation check is performed concurrently for the entire chain. However, the operation cannot fail fast. In the future, we may be able to optimize this process.

What did you expect to happen?

Fail fast if any certificate in the chain has been revoked or encounters issues.

@JeyJeyGao JeyJeyGao added the enhancement New feature or request label Aug 15, 2024
@JeyJeyGao JeyJeyGao mentioned this issue Aug 15, 2024
@JeyJeyGao JeyJeyGao added the triage triage label Aug 27, 2024
@yizha1 yizha1 removed the triage triage label Sep 3, 2024
@yizha1 yizha1 added this to the 1.2.0 milestone Sep 3, 2024
@yizha1 yizha1 modified the milestones: 1.2.0, 1.3.0 Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants