-
Notifications
You must be signed in to change notification settings - Fork 42
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
CRL support #425
Comments
@JeyJeyGao Could you move this issue to |
LGTM; Additionally, it would be good if we could implement a caching system that allows users to bring their own cache implementation. This would enable users to leverage in-memory caching (for libraries), disk-based caching (for binaries), or any other remote storage option for the cache. Providing this flexibility would give users more control over how the caching is handled in the system and at the same time reducing complexity from our code. |
Cache is important and @JeyJeyGao will share the detailed design later. |
We will use #425 (for notation-go) and notaryproject/notation-core-go#125 (for notation-core-go) to track the CRL support of notation v1.3.0. Other future work items will be tracked in #428 |
Closing as completed. |
As suggested in notaryproject/notation-core-go#125, CRL support is required.
Here is the plan to complete CRL support based on priority:
base CRL
downloading and validation, with a fallback rule to automatically choose OCSP and fallback to CRL.The text was updated successfully, but these errors were encountered: