Skip to content
Snippets Groups Projects
Commit 57a3a941 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

DNSSEC: sign data in canonical form

closes #276
parent 6bcb951a
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ static int sign_ctx_add_records(knot_dnssec_sign_context_t *ctx,
}
int written = knot_rrset_to_wire(covered, rrwf, KNOT_WIRE_MAX_PKTSIZE,
NULL, 0);
NULL, KNOT_RRSET_WIRE_CANONICAL);
if (written < 0) {
free(rrwf);
return written;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment