Skip to content

some validator fixes

Marek Vavrusa requested to merge marek/validator-fixes into master

There are two issues:

  1. Transition to insecure zone on final name (e.g. wifi.kabel-deutschland.de), it will never try to fetch DS to prove the transition, but keeps asking for RRSIG from the child zone instead.
  2. Validation doesn't work when asking for literal wildcards (e.g. *.cloudflare.com)

Merge request reports