Follows the long string unquoted syntax from RFC8659, section 4.1.1.
CDS and CDNSKEY RRs. Thanks tgreenx
* PR #245: Make drill trace use IPv6 when used with -6
Thanks Paul Radford
+ * Fix #254: Unquoted "value" rdata for CAA records fail to validate.
+ Follows the long string unquoted syntax from RFC8659, section 4.1.1.
1.8.4 2024-07-19
* Fix building documentation in build directory.
ldns_buffer_skip(rd_buf, 1);
quoted = true;
}
- if (!quoted && ldns_rr_descriptor_field_type(desc, r_cnt)
- == LDNS_RDF_TYPE_LONG_STR) {
-
- status = LDNS_STATUS_SYNTAX_RDATA_ERR;
- goto error;
- }
}
/* because number of fields can be variable, we can't rely on