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

feat: delta CRL #247

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Conversation

JeyJeyGao
Copy link
Contributor

@JeyJeyGao JeyJeyGao commented Nov 26, 2024

Feat:

  • added delta CRL support

Note: only support Freshest CRL from base CRL extension.
Resolves #228

Signed-off-by: Junjie Gao <[email protected]>
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 9 lines in your changes missing coverage. Please review.

Project coverage is 92.25%. Comparing base (2cd55de) to head (6becbe1).

Files with missing lines Patch % Lines
revocation/crl/fetcher.go 88.88% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
+ Coverage   92.02%   92.25%   +0.23%     
==========================================
  Files          31       31              
  Lines        2645     2801     +156     
==========================================
+ Hits         2434     2584     +150     
- Misses        161      165       +4     
- Partials       50       52       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JeyJeyGao JeyJeyGao marked this pull request as ready for review November 28, 2024 09:07
@JeyJeyGao JeyJeyGao marked this pull request as draft December 2, 2024 07:20
@JeyJeyGao JeyJeyGao marked this pull request as ready for review December 9, 2024 05:46
revocation/crl/fetcher.go Outdated Show resolved Hide resolved
revocation/crl/fetcher.go Outdated Show resolved Hide resolved
revocation/crl/fetcher.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
Signed-off-by: Junjie Gao <[email protected]>
Signed-off-by: Junjie Gao <[email protected]>
Signed-off-by: Junjie Gao <[email protected]>
revocation/crl/fetcher.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
revocation/internal/crl/crl.go Outdated Show resolved Hide resolved
@JeyJeyGao JeyJeyGao requested a review from shizhMSFT December 16, 2024 05:46
Signed-off-by: Junjie Gao <[email protected]>
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Delta CRL support
2 participants