From: Evan Hunt Date: Tue, 29 Jan 2019 19:56:17 +0000 (-0800) Subject: suggested alternate test for TSIG signature X-Git-Tag: v9.13.6~22^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0010f73cde05d5b8dbb70d83adad2278319dd94e;p=thirdparty%2Fbind9.git suggested alternate test for TSIG signature feel free to remove this commit if you prefer the other method. --- diff --git a/bin/tests/system/tsiggss/tests.sh b/bin/tests/system/tsiggss/tests.sh index 35d02756bbb..d4c9400ece0 100644 --- a/bin/tests/system/tsiggss/tests.sh +++ b/bin/tests/system/tsiggss/tests.sh @@ -40,7 +40,7 @@ EOF } # Weak verification that TKEY response is signed. - grep "flags: qr; QUESTION: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1" nsupdate.out${num} > /dev/null || { + grep "TSIG PSEUDOSECTION" nsupdate.out${num} > /dev/null || { echo "I:bad tkey response (not tsig signed)" return 1 }