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

Move to using prerelease rustls-webpki 0.102.0-alpha.0 #1388

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

ctz
Copy link
Member

@ctz ctz commented Aug 3, 2023

This is intended to just maintain the status-quo, not take advantage of the new features in this release.

This is intended to just maintain the status-quo, not take
advantage of the new features in this release.
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Merging #1388 (eadc233) into main (56cbc89) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1388   +/-   ##
=======================================
  Coverage   96.35%   96.35%           
=======================================
  Files          62       62           
  Lines       14580    14587    +7     
=======================================
+ Hits        14049    14056    +7     
  Misses        531      531           
Files Changed Coverage Δ
rustls/src/verify.rs 93.24% <100.00%> (+0.11%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -533,14 +533,25 @@ impl ClientCertVerifier for AllowAnyAuthenticatedClient {
.map(|crl| crl as &dyn webpki::CertRevocationList)
.collect::<Vec<_>>();

let revocation = if crls.is_empty() {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe spell this as (!crls.is_empty()).then(|| ..) instead?

Copy link
Member Author

Choose a reason for hiding this comment

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

going to leave this as-is, as i think @cpu will be deleting it soon to expose the more flexible CRL APIs

@ctz ctz added this pull request to the merge queue Aug 3, 2023
Merged via the queue into main with commit cf1f8b1 Aug 3, 2023
39 checks passed
@ctz ctz deleted the jbp-use-new-webpki-prerelease branch August 3, 2023 10:25
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.

None yet

2 participants