hyper-rustls icon indicating copy to clipboard operation
hyper-rustls copied to clipboard

Remove brackets of ipv6 host address.

Open fbzhong opened this issue 4 years ago • 2 comments

Remove brackets of ipv6 host address, which is introduced by https://github.com/hyperium/http/pull/292

fbzhong avatar Jun 28 '20 14:06 fbzhong

I believe this crate won't work with literal IP addresses as yet; so I'm a bit confused by this PR.

ctz avatar Jul 05 '20 20:07 ctz

@ctz Yes, it's true that https://github.com/briansmith/webpki does not support iPAddress SAN, but I believe it's just matter of time, it will eventually support it.

fbzhong avatar Jul 08 '20 08:07 fbzhong

I think this was fixed in #182.

djc avatar Apr 03 '23 11:04 djc