Skip to content

Commit

Permalink
Changelog note for #1132 and fix for #1132.
Browse files Browse the repository at this point in the history
- Merge #1132: b.root renumbering.
- Fix for #1132, adjusted unit test for change in the test file.
  • Loading branch information
wcawijngaards committed Aug 30, 2024
1 parent 30bf996 commit fb198b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
30 August 2024: Wouter
- Merge #1132: b.root renumbering.
- Fix for #1132, adjusted unit test for change in the test file.

29 August 2024: Wouter
- Unit test for auth zone transfer TLS, and TLS failure.
- Fix to print port number in logs for auth zone transfer activities.
Expand Down
2 changes: 1 addition & 1 deletion testcode/unitzonemd.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static void zonemd_generate_tests(void)
/* https://tools.ietf.org/html/draft-ietf-dnsop-dns-zone-digest-12
* from section A.5 */
zonemd_generate_test("root-servers.net", SRCDIRSTR "/testdata/zonemd.example_a5.zone",
1, 1, "f1ca0ccd91bd5573d9f431c00ee0101b2545c97602be0a978a3b11dbfc1c776d5b3e86ae3d973d6b5349ba7f04340f79");
1, 1, "5a9521d88984ee123d9626191e2a327a43a16fd4339dd4ecc13d8672d5bae527d066d33645e35778677800005247d199");
}

/** test the zonemd check routine */
Expand Down

0 comments on commit fb198b9

Please sign in to comment.