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 --- bin/tools/nsec3hash.docbook | 116 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 bin/tools/nsec3hash.docbook (limited to 'bin/tools/nsec3hash.docbook') diff --git a/bin/tools/nsec3hash.docbook b/bin/tools/nsec3hash.docbook new file mode 100644 index 0000000..1d44166 --- /dev/null +++ b/bin/tools/nsec3hash.docbook @@ -0,0 +1,116 @@ + + + + + + 2009-03-02 + + + ISC + Internet Systems Consortium, Inc. + + + + nsec3hash + 8 + BIND9 + + + + nsec3hash + generate NSEC3 hash + + + + + 2009 + 2014 + 2015 + 2016 + 2018 + 2019 + Internet Systems Consortium, Inc. ("ISC") + + + + + + 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. + + + + -- cgit v1.2.3