mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-17 03:39:50 -04:00
Add a test case where 'named' is restarted and ensure that an already signed zone does not change its NSEC3 parameters. The test case first tests the current zone and saves the used salt value. Then after restart it checks if the salt (and other parameters) are the same as before the restart. This test case changes 'set_nsec3param'. This will now reset the salt value, and when checking for NSEC3PARAM we will store the salt and use it when testing the NXDOMAIN response. This does mean that for every test case we now have to call 'set_nsec3param' explicitly (and can not omit it because it is the same as the previous zone). Finally, slightly changed some echo output to make debugging friendlier. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| pkcs11 | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| win32/BINDInstall | ||
| Makefile.am | ||