notaryproject / notation-core-go

Contains support for Notary Project signature envelope, and format specific implementation
Apache License 2.0
14 stars 28 forks source link

Revocation check performance optimization #221

Open JeyJeyGao opened 3 months ago

JeyJeyGao commented 3 months ago

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.