Skip to content

Fix a bug in trust anchors verification.

Witold Krecicki requested to merge wpk/fix-mkeys-bug into master

We were not reseting the keynode value when iterating over DNSKEYs in RRSET, so we weren't checking all DNSKEYs against all trust anchors. This commit fixes the issue by resetting keynode with every loop.

Merge request reports