]> git.ipfire.org Git - thirdparty/bind9.git/commit
Regression check for NSEC3 to NSEC3 conversion
authorMatthijs Mekking <matthijs@isc.org>
Tue, 19 Dec 2023 12:23:44 +0000 (13:23 +0100)
committerMark Andrews <marka@isc.org>
Thu, 21 Dec 2023 09:12:09 +0000 (20:12 +1100)
commit1d6b892e04e7d8841c778c40bce61c7ff2c1dccb
tree59bade08106491700da391d0859349f1a73879a4
parent7d90c056b039cc943413d82e4c9c748b45c60893
Regression check for NSEC3 to NSEC3 conversion

When changing the NSEC3 chain, the new NSEC3 chain must be built before
the old NSEC3PARAM is removed.  Check each delta in the conversion to
ensure this ordering is met.
bin/tests/system/autosign/ns3/keygen.sh
bin/tests/system/autosign/ns3/named.conf.in
bin/tests/system/autosign/ns3/nsec3-to-nsec3.example.db.in [new file with mode: 0644]
bin/tests/system/autosign/tests.sh