From ea648e70a989cca190cd7403fe892fd2dcc290b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:37:14 +0200 Subject: Adding upstream version 1:9.11.5.P4+dfsg. Signed-off-by: Daniel Baumann --- doc/arm/man.nsec3hash.html | 136 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 doc/arm/man.nsec3hash.html (limited to 'doc/arm/man.nsec3hash.html') diff --git a/doc/arm/man.nsec3hash.html b/doc/arm/man.nsec3hash.html new file mode 100644 index 0000000..37de2e8 --- /dev/null +++ b/doc/arm/man.nsec3hash.html @@ -0,0 +1,136 @@ + + + + + +nsec3hash + + + + + + + + +
+
+ + + + + +
+

Name

+

+ nsec3hash + — generate NSEC3 hash +

+
+ + + +
+

Synopsis

+

+ nsec3hash + {salt} + {algorithm} + {iterations} + {domain} +

+
+ +
+

DESCRIPTION

+ +

+ nsec3hash generates an NSEC3 hash based on + a set of NSEC3 parameters. This can be used to check the validity + of NSEC3 records in a signed zone. +

+
+ +
+

ARGUMENTS

+ +
+
salt
+
+

+ The salt provided to the hash algorithm. +

+
+
algorithm
+
+

+ A number indicating the hash algorithm. Currently the + only supported hash algorithm for NSEC3 is SHA-1, which is + indicated by the number 1; consequently "1" is the only + useful value for this argument. +

+
+
iterations
+
+

+ The number of additional times the hash should be performed. +

+
+
domain
+
+

+ The domain name to be hashed. +

+
+
+
+ +
+

SEE ALSO

+ +

+ BIND 9 Administrator Reference Manual, + RFC 5155. +

+
+ +
+ +

BIND 9.11.5-P4 (Extended Support Version)

+ + -- cgit v1.2.3