From: W.C.A. Wijngaards Date: Fri, 27 Jun 2025 07:29:57 +0000 (+0200) Subject: - xfr-tsig, more explanation in testcode/unittsig.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9022381be40725d580ba51759ae881fe89eb0078;p=thirdparty%2Funbound.git - xfr-tsig, more explanation in testcode/unittsig.c. --- 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. *