NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
295 stars 99 forks source link

ldns-read-zone unable to parse 2048+ DKIM key #140

Closed mischapeters closed 2 years ago

mischapeters commented 3 years ago

I tried adding a 2048 DKIM key to nsd today and the ldns-read-zone complained with the line:

Syntax error, could not parse the RR's rdata at 25

Changing it (back) to 1024 made it work. Looking at some of the other tickets it looks like there is a line length issue.

Running ldns-utils-1.7.1 on OpenBSD 6.9.

wtoorop commented 2 years ago

Yes, I believe this is fixed on the develop branch already yes