Skip to content

kdig: add warning when tsig fails.

Dominik Taborsky requested to merge dig-tsig-error into master

Fixes #423 (closed) like this:

;; ->>HEADER<<- opcode: QUERY; status: NOTAUTH; id: 27091
;; Flags: qr rd; QUERY: 1; ANSWER: 0; AUTHORITY: 0; ADDITIONAL: 1

;; QUESTION SECTION:
;; flags.              		IN	SOA

;; TSIG PSEUDOSECTION:
pvc6tqw.            	0	ANY	TSIG	hmac-sha224. 1444231354 300 28 eDFY+4J//I2oG0L5qlmUuPNF4Di6JJ1tLt92ng== 27091 BADTIME 6 00005434053A

;; Received 105 B
;; Time 2015-10-07 17:22:34 CEST
;; From ::1@46020(UDP) in 0.0 ms
;; WARNING: reply verification for ::1@46020(UDP) (TSIG out of time window)

Merge request reports