]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/bind9/bin/tools/nsec3hash.html
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / bind9 / bin / tools / nsec3hash.html
1 <!--
2  - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
3  - 
4  - Permission to use, copy, modify, and/or distribute this software for any
5  - purpose with or without fee is hereby granted, provided that the above
6  - copyright notice and this permission notice appear in all copies.
7  - 
8  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14  - PERFORMANCE OF THIS SOFTWARE.
15 -->
16 <!-- $Id$ -->
17 <html>
18 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20 <title>nsec3hash</title>
21 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
22 </head>
23 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
24 <a name="man.nsec3hash"></a><div class="titlepage"></div>
25 <div class="refnamediv">
26 <h2>Name</h2>
27 <p><span class="application">nsec3hash</span> &#8212; generate NSEC3 hash</p>
28 </div>
29 <div class="refsynopsisdiv">
30 <h2>Synopsis</h2>
31 <div class="cmdsynopsis"><p><code class="command">nsec3hash</code>  {<em class="replaceable"><code>salt</code></em>} {<em class="replaceable"><code>algorithm</code></em>} {<em class="replaceable"><code>iterations</code></em>} {<em class="replaceable"><code>domain</code></em>}</p></div>
32 </div>
33 <div class="refsect1" lang="en">
34 <a name="id2543369"></a><h2>DESCRIPTION</h2>
35 <p>
36       <span><strong class="command">nsec3hash</strong></span> generates an NSEC3 hash based on
37       a set of NSEC3 parameters.  This can be used to check the validity
38       of NSEC3 records in a signed zone.
39     </p>
40 </div>
41 <div class="refsect1" lang="en">
42 <a name="id2543382"></a><h2>ARGUMENTS</h2>
43 <div class="variablelist"><dl>
44 <dt><span class="term">salt</span></dt>
45 <dd><p>
46             The salt provided to the hash algorithm.
47           </p></dd>
48 <dt><span class="term">algorithm</span></dt>
49 <dd><p>
50             A number indicating the hash algorithm.  Currently the
51             only supported hash algorithm for NSEC3 is SHA-1, which is
52             indicated by the number 1; consequently "1" is the only
53             useful value for this argument.
54           </p></dd>
55 <dt><span class="term">iterations</span></dt>
56 <dd><p>
57             The number of additional times the hash should be performed.
58           </p></dd>
59 <dt><span class="term">domain</span></dt>
60 <dd><p>
61             The domain name to be hashed.
62           </p></dd>
63 </dl></div>
64 </div>
65 <div class="refsect1" lang="en">
66 <a name="id2543444"></a><h2>SEE ALSO</h2>
67 <p>
68       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
69       <em class="citetitle">RFC 5155</em>.
70     </p>
71 </div>
72 <div class="refsect1" lang="en">
73 <a name="id2543461"></a><h2>AUTHOR</h2>
74 <p><span class="corpauthor">Internet Systems Consortium</span>
75     </p>
76 </div>
77 </div></body>
78 </html>