diff options
Diffstat (limited to 'validator/val_utils.c')
| -rw-r--r-- | validator/val_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator/val_utils.c b/validator/val_utils.c index 18a7c9c2e95d..18c963d863f1 100644 --- a/validator/val_utils.c +++ b/validator/val_utils.c @@ -458,7 +458,7 @@ verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve, } /* If it didn't validate with the DNSKEY, try the next one! */ } - if(numsizesupp != 0) { + if(numsizesupp != 0 || sec == sec_status_indeterminate) { /* there is a working DS, but that DNSKEY is not supported */ return sec_status_insecure; } |
