Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect compose_len from rrsig (#313)
ProtoRrsig is used to produce the data that is signed. According to RFC 4034, this serialization begins with the first rdata field which is type_covered, however ProtoRrsig is inserting a length at the beginning. As such, signatures produced by SortedRecords::sign() are invalid. Fix this by removing that length from the serialization.
- Loading branch information