nsec3hash.docbook revision ca42dcc0686fefd3db202edab80e5adb09d6add5
172N/A<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
172N/A "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
172N/A [<!ENTITY mdash "&#8212;">]>
172N/A<!--
172N/A - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
172N/A -
172N/A - Permission to use, copy, modify, and/or distribute this software for any
172N/A - purpose with or without fee is hereby granted, provided that the above
172N/A - copyright notice and this permission notice appear in all copies.
172N/A -
172N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
172N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
172N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
172N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
172N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
172N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
172N/A - PERFORMANCE OF THIS SOFTWARE.
172N/A-->
172N/A
172N/A<!-- $Id: nsec3hash.docbook,v 1.2 2009/03/02 03:53:30 each Exp $ -->
172N/A<refentry id="man.nsec3hash">
172N/A <refentryinfo>
5358N/A <date>Feb 18, 2009</date>
172N/A </refentryinfo>
5955N/A
172N/A <refmeta>
172N/A <refentrytitle><application>nsec3hash</application></refentrytitle>
1244N/A <manvolnum>8</manvolnum>
3572N/A <refmiscinfo>BIND9</refmiscinfo>
6480N/A </refmeta>
3839N/A
3839N/A <refnamediv>
3839N/A <refname><application>nsec3hash</application></refname>
618N/A <refpurpose>generate NSEC3 hash</refpurpose>
3572N/A </refnamediv>
1244N/A
2001N/A <docinfo>
6480N/A <copyright>
3839N/A <year>2009</year>
2001N/A <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
1258N/A </copyright>
5957N/A </docinfo>
5957N/A
5957N/A <refsynopsisdiv>
5957N/A <cmdsynopsis>
5957N/A <command>nsec3hash</command>
5957N/A <arg choice="req"><replaceable class="parameter">salt</replaceable></arg>
5957N/A <arg choice="req"><replaceable class="parameter">algorithm</replaceable></arg>
5957N/A <arg choice="req"><replaceable class="parameter">iterations</replaceable></arg>
5957N/A <arg choice="req"><replaceable class="parameter">domain</replaceable></arg>
5957N/A </cmdsynopsis>
5957N/A </refsynopsisdiv>
5957N/A
5957N/A <refsect1>
5957N/A <title>DESCRIPTION</title>
5957N/A <para>
5957N/A <command>nsec3hash</command> generates an NSEC3 hash based on
5957N/A a set of NSEC3 parameters. This can be used to check the validity
6480N/A of NSEC3 records in a signed zone.
6480N/A </para>
6480N/A </refsect1>
5957N/A
5957N/A <refsect1>
5957N/A <title>ARGUMENTS</title>
5957N/A <variablelist>
5957N/A <varlistentry>
6480N/A <term>salt</term>
6480N/A <listitem>
6480N/A <para>
5957N/A The salt provided to the hash algorithm.
5957N/A </para>
5957N/A </listitem>
5957N/A </varlistentry>
5957N/A
5957N/A <varlistentry>
5957N/A <term>algorithm</term>
5957N/A <listitem>
3572N/A <para>
3329N/A A number indicating the hash algorithm. Currently the
172N/A only supported hash algorithm for NSEC3 is SHA-1, which is
172N/A indicated by the number 1; consequently "1" is the only
5957N/A useful value for this argument.
5680N/A </para>
2001N/A </listitem>
5680N/A </varlistentry>
172N/A
5680N/A <varlistentry>
5680N/A <term>iterations</term>
181N/A <listitem>
5955N/A <para>
5680N/A The number of additional times the hash should be performed.
172N/A </para>
5680N/A </listitem>
5680N/A </varlistentry>
172N/A
172N/A <varlistentry>
172N/A <term>domain</term>
172N/A <listitem>
172N/A <para>
172N/A The domain name to be hashed.
172N/A </para>
5955N/A </listitem>
5957N/A </varlistentry>
3817N/A </variablelist>
3817N/A </refsect1>
3817N/A
5795N/A <refsect1>
3817N/A <title>SEE ALSO</title>
3817N/A <para>
3817N/A <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
3817N/A <citetitle>RFC 5155</citetitle>.
3817N/A </para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para><corpauthor>Internet Systems Consortium</corpauthor>
</para>
</refsect1>
</refentry><!--
- Local variables:
- mode: sgml
- End:
-->