]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a system test that sends TSIG with bad time
authorOndřej Surý <ondrej@isc.org>
Fri, 26 Jul 2024 00:21:39 +0000 (02:21 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 07:55:18 +0000 (09:55 +0200)
commit8def0c3b125bb915f304ce8e2e4ce89c7ffef777
tree812fa2ae62e79bd68c0250e8db90c114a75a70f0
parent3835d75f003a73c8b90567e0f4af182d302f4f5b
Add a system test that sends TSIG with bad time

Add a system test that sets TSIG fudge to 0, waits three seconds and
then sends signed message to the server.  This tests the path where the
time difference between the client and the server is outside of the TSIG
fudge value.
bin/tests/system/tsig/tests_badtime.py [new file with mode: 0644]