]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- xfr-tsig, more explanation in testcode/unittsig.c.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 27 Jun 2025 07:29:57 +0000 (09:29 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 27 Jun 2025 07:29:57 +0000 (09:29 +0200)
testcode/unittsig.c

index 52f9fdcbe2acb9dc54bdc5c4c3f302ae3ef1a499..bfc806616fc9040db424ebe61922ec689a193a49 100644 (file)
@@ -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: "<base64"
  *     the following lines define name:, algorithm: and secret:
  *     and it adds a tsig-key that can be used.
  * del-key <name>
  *     The tsig key is deleted, from the in-memory key table.
  *
  * packet
+ * <hex>
+ * endpacket
  *     A packet in hex dump, on the following lines. Until 'endpacket'.
  *     It can be used to sign or verify.
  * check-packet
+ * <hex>
+ * 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.
  *