From 9022381be40725d580ba51759ae881fe89eb0078 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 27 Jun 2025 09:29:57 +0200 Subject: [PATCH] - xfr-tsig, more explanation in testcode/unittsig.c. --- testcode/unittsig.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testcode/unittsig.c b/testcode/unittsig.c index 52f9fdcbe..bfc806616 100644 --- a/testcode/unittsig.c +++ b/testcode/unittsig.c @@ -65,15 +65,22 @@ static int vtest = 0; * supported at the test run time, the file is skipped, silently. * * tsig-key: + * name: "key.name" + * algorithm: "hmac-sha256" + * secret: " * The tsig key is deleted, from the in-memory key table. * * packet + * + * endpacket * A packet in hex dump, on the following lines. Until 'endpacket'. * It can be used to sign or verify. * check-packet + * + * endpacket * A packet in hex dump, on the following lines. Until 'endpacket'. * It is compared to the packet buffer, and the test fails if not equal. * -- 2.47.2