-
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
feat: crl cache #462
feat: crl cache #462
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #462 +/- ##
==========================================
+ Coverage 81.01% 81.34% +0.32%
==========================================
Files 33 34 +1
Lines 2492 2578 +86
==========================================
+ Hits 2019 2097 +78
- Misses 331 335 +4
- Partials 142 146 +4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds an implementation of CRL cache along with {NOTATION_CACHE} directory for callers to initialize the cache.