Files
wolfssl/src
Marco Oliverio 44a22af323 Handle wildcard DNS names in compat name-constraint checks
MatchNameConstraint() compared wildcard DNS SANs literally, so
*.example.com was not rejected by an excluded subtree covering
foo.example.com. Route WOLFSSL_GEN_DNS through
wolfssl_local_MatchDnsNameConstraint(), passing the subtree direction:
permitted subtrees require every wildcard expansion to stay inside the
subtree, excluded subtrees reject when any expansion can fall inside.
This matches what ConfirmNameConstraints() already does.
2026-06-15 12:10:40 +02:00
..
2026-05-28 16:19:44 +02:00
2026-05-28 16:19:44 +02:00
2026-05-14 16:59:48 +00:00
2026-05-26 14:54:30 +02:00
2026-02-25 15:19:13 +01:00
2026-05-14 16:59:12 +00:00