]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add property based test for nsec3hash utility
authorEvan Hunt <each@isc.org>
Wed, 30 Apr 2025 00:03:47 +0000 (17:03 -0700)
committerPetr Špaček <pspacek@isc.org>
Tue, 29 Jul 2025 08:00:36 +0000 (10:00 +0200)
commite263df8848b9998d0578d03ffb48a6235f60aada
tree6a70ff90bbd43f951a287e9ba001731b089e6c03
parent84ad35e7affd1c17e29721a3d84e283642cf6af2
Add property based test for nsec3hash utility

Check the correctness of NSEC3 hash generation by generating random
combinations of name, salt, and iterations and comparing the outputs
of the nsec3hash tool against the dnspython nsec3_hash function
for the same inputs.
bin/tests/system/tools/tests_tools_nsec3hash.py