Skip to content

Nameserver13 does not follow the test specification and queries for SOA instead of DNSKEY #1503

@pawal

Description

@pawal

Nameserver13 test specification specifies that the query is DNSKEY:

Create a DNSKEY query for the Child Zone that is signed with 'DO' bit set to '1' and setting the buffer size to 512 bytes

But the implementation is a query for SOA:

my $p = $ns->query( $zone->name, q{SOA}, { usevc => 0, fallback => 0, edns_details => { version => 0, do => 1, size => 512 } } );

Which one is correct?

Metadata

Metadata

Assignees

Labels

A-TestCaseArea: Test case specification or implementation of test caseT-BugType: Bug in software or error in test case description

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions