Mats Dufberg
Mats Dufberg
## Purpose As commented in #573 there are two old design documents that were never completed and never updated. They are not used. * [/docs/design/Architecture Notes.md](https://github.com/dotse/zonemaster/blob/master/docs/design/Architecture%20Notes.md) * [/docs/design/Implementation Guidelines.md](https://github.com/dotse/zonemaster/blob/master/docs/design/Implementation%20Guidelines.md) This...
Errors captured by BASIC02 should result in more explicit error messages, e.g. making a difference between not being delegated and there is a delegation but no nameservers are reachable. See...
The specification has been updated, but without the message tags. Also see zonemaster/zonemaster#1076, zonemaster/zonemaster-engine#492 and zonemaster/zonemaster-engine#881.
In DELEGATION02, I think we should have distinct test cases that cover one thing instead of encapsulating several things. The test case is sorted under DELEGATION and the title is...
Investigate if Zonemaster should include one or more Test Cases for DNS Cookie, e.g. testing of the servers have implemented DNS Cookies. References: https://tools.ietf.org/html/rfc7873 http://ntwrk.guru/dns-cookies-ddos-attacks/
The specification for profile (zonemaster/zonemaster-engine#447) in Engine wants to have a list of all implemented test cases, but we have no such list. The file [TestMessages.md] is the closest we...
There is a [Zonemaster users guide] that needs update. [Zonemaster users guide]: https://github.com/dotse/zonemaster/blob/master/USING.md
Update [WISHLIST.md] that was updated three years ago. [WISHLIST.md]: https://github.com/dotse/zonemaster/blob/master/WISHLIST.md
Consistency01 checks for SOA serial differences among the authoritative servers for the child zone. It has a algorithm to accept for some difference between the lowest and the highest value....
In the [DNSSEC Test Plan] there is a reference to Test Case `DNSSEC12` which is neither defined nor implemented. It is also refer to from the [Test Requirements]. I searched...