Skip to content

resolver: fix val_cname_new_signer to properly delegate sub.example.com

Petr Špaček requested to merge fix_val_cname_new_signer into master

Originally I thought that the test imported in 36377a24 is failing because of bug in kresd. It is not the case, the test was wrong at two places:

  • it contained duplicate record in expected answer
  • delegation to sub.example.com was not correct

Merge request reports