mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:09:58 -04:00
suggested alternate test for TSIG signature
feel free to remove this commit if you prefer the other method.
This commit is contained in:
parent
4754fa2ded
commit
0010f73cde
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue