If there are only unsupported algorithms, or unsupported schemes,
and no failed or successful other ZONEMD records, or malformed
or bad ZONEMD records, the unsupported records allow the zone load.
+ - Fix zonemd unsupported algo check.
25 March 2022: Wouter
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
}
continue;
}
- only_unsupported = 0;
if(verbosity >= VERB_ALGO) {
char zstr[255+1];
dname_str(z->name, zstr);
}
return 1;
}
+ only_unsupported = 0;
/* try next one */
}
/* have we seen no failures but only unsupported algo,