strict-aliasing. Thanks Stanislav Levin
* Fix #130: Unless $TLL is defined, ttl defaults to the last
explicitly stated value. Thanks Benno
+ * Fix #48: Missing UNSIGNED legend with drill. Thanks reedjc
1.7.1 2019-07-26
* bugfix: Manage verification paths for OpenSSL >= 1.1.0
labels[i-1]);
printf(", but valid CNAME");
} else {
- printf("[B] Unable to verify de"
- "nial of existence for ");
+ printf(BOGUS " Unable to verify "
+ "denial of existence for ");
ldns_rdf_print(stdout,
labels[i-1]);
printf(", because of BOGUS CNAME");
printf(";; No DS for ");
ldns_rdf_print(stdout, labels[i - 1]);
} else {
- printf("[B] Unable to verify denial of existence for ");
+ printf(BOGUS " Unable to verify denial of existence for ");
ldns_rdf_print(stdout, labels[i - 1]);
printf(" DS: %s\n", ldns_get_errorstr_by_id(status));
}
}
printf("\n");
} else {
- printf("[B] Unable to verify denial of existence for ");
+ printf(BOGUS " Unable to verify denial of existence for ");
ldns_rdf_print(stdout, name);
printf(" type ");
if (descriptor && descriptor->_name) {
ldns_rr_list_deep_free(ds_sig_list);
ds_sig_list = NULL;
}
- printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted\n");
+ printf(";;" SELF " self sig OK; " BOGUS " bogus; " TRUST " trusted; " UNSIGNED " unsigned\n");
/* verbose mode?
printf("Trusted keys:\n");
ldns_rr_list_print(stdout, trusted_keys);