Subject: | DS parser fails if parentheses are in same digest line |
Hi Wes,
Parsing the example DS record from RFC 4034 fails:
dskey.example.com. 86400 IN DS 60485 5 1 ( 2BB183AF5F22588179A53B0A
98631FAD1A292118 )
Looking at the code, it appears that the parser expects the parentheses
to be in their own line, not together with the digest.
Thanks.
cv