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

Implement iteration through certificate chain as an iterator. #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briansmith
Copy link
Owner

Factor out the boilerplate of navigating through the linked list.

@briansmith briansmith self-assigned this Feb 18, 2021
@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #198 (c21d3b0) into main (1d5f4bd) will increase coverage by 0.19%.
The diff coverage is 69.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
+ Coverage   71.74%   71.94%   +0.19%     
==========================================
  Files          17       17              
  Lines        1405     1415      +10     
==========================================
+ Hits         1008     1018      +10     
  Misses        397      397              
Impacted Files Coverage Δ
src/name/verify.rs 4.11% <0.00%> (ø)
src/verify_cert.rs 90.16% <85.71%> (+0.98%) ⬆️
src/cert.rs 96.35% <100.00%> (+0.55%) ⬆️
src/error.rs 72.22% <0.00%> (-14.45%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d5f4bd...c21d3b0. Read the comment docs.

@briansmith briansmith force-pushed the b/iterator branch 2 times, most recently from 4876997 to c24e693 Compare February 18, 2021 20:58
Factor out the boilerplate of navigating through the linked list.
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

1 participant