]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/bin/tools/nsec3hash.html
MFV r306384:
[FreeBSD/stable/9.git] / contrib / bind9 / bin / tools / nsec3hash.html
1 <!--
2  - Copyright (C) 2009, 2014, 2015 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 <html>
17 <head>
18 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
19 <title>nsec3hash</title>
20 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
21 </head>
22 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
23 <a name="man.nsec3hash"></a><div class="titlepage"></div>
24 <div class="refnamediv">
25 <h2>Name</h2>
26 <p><span class="application">nsec3hash</span> &#8212; generate NSEC3 hash</p>
27 </div>
28 <div class="refsynopsisdiv">
29 <h2>Synopsis</h2>
30 <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>
31 </div>
32 <div class="refsection">
33 <a name="id-1.7"></a><h2>DESCRIPTION</h2>
34 <p>
35       <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
36       a set of NSEC3 parameters.  This can be used to check the validity
37       of NSEC3 records in a signed zone.
38     </p>
39 </div>
40 <div class="refsection">
41 <a name="id-1.8"></a><h2>ARGUMENTS</h2>
42 <div class="variablelist"><dl class="variablelist">
43 <dt><span class="term">salt</span></dt>
44 <dd><p>
45             The salt provided to the hash algorithm.
46           </p></dd>
47 <dt><span class="term">algorithm</span></dt>
48 <dd><p>
49             A number indicating the hash algorithm.  Currently the
50             only supported hash algorithm for NSEC3 is SHA-1, which is
51             indicated by the number 1; consequently "1" is the only
52             useful value for this argument.
53           </p></dd>
54 <dt><span class="term">iterations</span></dt>
55 <dd><p>
56             The number of additional times the hash should be performed.
57           </p></dd>
58 <dt><span class="term">domain</span></dt>
59 <dd><p>
60             The domain name to be hashed.
61           </p></dd>
62 </dl></div>
63 </div>
64 <div class="refsection">
65 <a name="id-1.9"></a><h2>SEE ALSO</h2>
66 <p>
67       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
68       <em class="citetitle">RFC 5155</em>.
69     </p>
70 </div>
71 </div></body>
72 </html>