briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
464 stars 166 forks source link

Add tests for `{dns_name, ip_address}::presented_id_matches_constraint()` #239

Open AlessandroBono opened 3 years ago

AlessandroBono commented 3 years ago

Hello, I am interested to see webpki IP address support (issue https://github.com/briansmith/webpki/issues/54). After reading https://github.com/briansmith/webpki/issues/54#issuecomment-759848625 I tried to implement some tests. Please let me know how things could be improved in order to move forward the issue.