You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It feels possible to refactor the
verify.rs
'slist_cert_dns_names
function added in #42 to lean heavier on iterators and to avoid allocation to aVec
. This would let us expose this functionality without depending on thealloc
feature.The text was updated successfully, but these errors were encountered: