Skip to content

Refactor verify.rs list_cert_dns_names to avoid allocations. #46

@cpu

Description

@cpu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions