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