]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/doc/arm/man.nsec3hash.html
MFC r363988:
[FreeBSD/stable/9.git] / contrib / bind9 / doc / arm / man.nsec3hash.html
1 <!--
2  - Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and/or distribute this software for any
6  - purpose with or without fee is hereby granted, provided that the above
7  - copyright notice and this permission notice appear in all copies.
8  - 
9  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15  - PERFORMANCE OF THIS SOFTWARE.
16 -->
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.78.1">
22 <link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
23 <link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
24 <link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
25 </head>
26 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
27 <div class="navheader">
28 <table width="100%" summary="Navigation header">
29 <tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
30 <tr>
31 <td width="20%" align="left">
32 <a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a> </td>
33 <th width="60%" align="center">Manual pages</th>
34 <td width="20%" align="right"> </td>
35 </tr>
36 </table>
37 <hr>
38 </div>
39 <div class="refentry">
40 <a name="man.nsec3hash"></a><div class="titlepage"></div>
41 <div class="refnamediv">
42 <h2>Name</h2>
43 <p><span class="application">nsec3hash</span> &#8212; generate NSEC3 hash</p>
44 </div>
45 <div class="refsynopsisdiv">
46 <h2>Synopsis</h2>
47 <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>
48 </div>
49 <div class="refsection">
50 <a name="id-1.14.28.7"></a><h2>DESCRIPTION</h2>
51 <p>
52       <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
53       a set of NSEC3 parameters.  This can be used to check the validity
54       of NSEC3 records in a signed zone.
55     </p>
56 </div>
57 <div class="refsection">
58 <a name="id-1.14.28.8"></a><h2>ARGUMENTS</h2>
59 <div class="variablelist"><dl class="variablelist">
60 <dt><span class="term">salt</span></dt>
61 <dd><p>
62             The salt provided to the hash algorithm.
63           </p></dd>
64 <dt><span class="term">algorithm</span></dt>
65 <dd><p>
66             A number indicating the hash algorithm.  Currently the
67             only supported hash algorithm for NSEC3 is SHA-1, which is
68             indicated by the number 1; consequently "1" is the only
69             useful value for this argument.
70           </p></dd>
71 <dt><span class="term">iterations</span></dt>
72 <dd><p>
73             The number of additional times the hash should be performed.
74           </p></dd>
75 <dt><span class="term">domain</span></dt>
76 <dd><p>
77             The domain name to be hashed.
78           </p></dd>
79 </dl></div>
80 </div>
81 <div class="refsection">
82 <a name="id-1.14.28.9"></a><h2>SEE ALSO</h2>
83 <p>
84       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
85       <em class="citetitle">RFC 5155</em>.
86     </p>
87 </div>
88 </div>
89 <div class="navfooter">
90 <hr>
91 <table width="100%" summary="Navigation footer">
92 <tr>
93 <td width="40%" align="left">
94 <a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a> </td>
95 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch13.html">Up</a></td>
96 <td width="40%" align="right"> </td>
97 </tr>
98 <tr>
99 <td width="40%" align="left" valign="top">
100 <span class="application">isc-hmac-fixup</span> </td>
101 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
102 <td width="40%" align="right" valign="top"> </td>
103 </tr>
104 </table>
105 </div>
106 <p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.9.9-P4 (Extended Support Version)</p>
107 </body>
108 </html>