nsec3hash.docbook revision 2eeb74d1cf5355dd98f6d507a10086e16bb08c4b
0N/A<!--
3990N/A - Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
0N/A -
0N/A - Permission to use, copy, modify, and/or distribute this software for any
0N/A - purpose with or without fee is hereby granted, provided that the above
0N/A - copyright notice and this permission notice appear in all copies.
2362N/A -
0N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2362N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
0N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
0N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
0N/A - PERFORMANCE OF THIS SOFTWARE.
0N/A-->
0N/A
0N/A<!-- Converted by db4-upgrade version 1.0 -->
0N/A<refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="man.nsec3hash">
0N/A <info>
0N/A <date>2009-03-02</date>
2362N/A </info>
2362N/A <refentryinfo>
2362N/A <corpname>ISC</corpname>
0N/A <corpauthor>Internet Systems Consortium, Inc.</corpauthor>
0N/A </refentryinfo>
0N/A
0N/A <refmeta>
0N/A <refentrytitle><application>nsec3hash</application></refentrytitle>
0N/A <manvolnum>8</manvolnum>
0N/A <refmiscinfo>BIND9</refmiscinfo>
0N/A </refmeta>
0N/A
0N/A <refnamediv>
0N/A <refname><application>nsec3hash</application></refname>
0N/A <refpurpose>generate NSEC3 hash</refpurpose>
0N/A </refnamediv>
0N/A
0N/A <docinfo>
0N/A <copyright>
0N/A <year>2009</year>
0N/A <year>2014</year>
0N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
0N/A </copyright>
0N/A </docinfo>
0N/A
0N/A <refsynopsisdiv>
3224N/A <cmdsynopsis sepchar=" ">
3224N/A <command>nsec3hash</command>
3224N/A <arg choice="req" rep="norepeat"><replaceable class="parameter">salt</replaceable></arg>
3224N/A <arg choice="req" rep="norepeat"><replaceable class="parameter">algorithm</replaceable></arg>
3224N/A <arg choice="req" rep="norepeat"><replaceable class="parameter">iterations</replaceable></arg>
3224N/A <arg choice="req" rep="norepeat"><replaceable class="parameter">domain</replaceable></arg>
3224N/A </cmdsynopsis>
3224N/A </refsynopsisdiv>
3224N/A
3224N/A <refsection><info><title>DESCRIPTION</title></info>
0N/A
0N/A <para>
0N/A <command>nsec3hash</command> generates an NSEC3 hash based on
0N/A a set of NSEC3 parameters. This can be used to check the validity
0N/A of NSEC3 records in a signed zone.
0N/A </para>
0N/A </refsection>
0N/A
0N/A <refsection><info><title>ARGUMENTS</title></info>
0N/A
0N/A <variablelist>
0N/A <varlistentry>
0N/A <term>salt</term>
0N/A <listitem>
0N/A <para>
0N/A The salt provided to the hash algorithm.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term>algorithm</term>
0N/A <listitem>
0N/A <para>
0N/A A number indicating the hash algorithm. Currently the
0N/A only supported hash algorithm for NSEC3 is SHA-1, which is
0N/A indicated by the number 1; consequently "1" is the only
0N/A useful value for this argument.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term>iterations</term>
0N/A <listitem>
0N/A <para>
0N/A The number of additional times the hash should be performed.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A
0N/A <varlistentry>
0N/A <term>domain</term>
0N/A <listitem>
0N/A <para>
0N/A The domain name to be hashed.
0N/A </para>
0N/A </listitem>
0N/A </varlistentry>
0N/A </variablelist>
0N/A </refsection>
0N/A
0N/A <refsection><info><title>SEE ALSO</title></info>
0N/A
0N/A <para>
0N/A <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
0N/A <citetitle>RFC 5155</citetitle>.
0N/A </para>
0N/A </refsection>
0N/A
0N/A</refentry>
0N/A