NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming

Home Page:https://nlnetlabs.nl/ldns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mischapeters opened this issue · comments

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.

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