mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
Validate wildcard certificates as specified in RFC 6125. In particular, `*.example.com` should match `foo.example.com` but NOT `bar.foo.example.com` as it previously did.