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

Refactor verify.rs list_cert_dns_names to avoid allocations. #46

Closed
cpu opened this issue Apr 18, 2023 · 0 comments · Fixed by #178
Closed

Refactor verify.rs list_cert_dns_names to avoid allocations. #46

cpu opened this issue Apr 18, 2023 · 0 comments · Fixed by #178

Comments

@cpu
Copy link
Member

cpu commented Apr 18, 2023

It feels possible to refactor the verify.rs's list_cert_dns_names function added in #42 to lean heavier on iterators and to avoid allocation to a Vec. This would let us expose this functionality without depending on the alloc feature.

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 a pull request may close this issue.

1 participant