man.nsec3hash.html revision 164ade1482251e1da962b42e5bf0d3aa02a11e03
03831d35f7499c87d51205817c93e9a8d42c4baestevel<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
03831d35f7499c87d51205817c93e9a8d42c4baestevel - Copyright (C) 2000-2016 Internet Systems Consortium, Inc. ("ISC")
03831d35f7499c87d51205817c93e9a8d42c4baestevel - This Source Code Form is subject to the terms of the Mozilla Public
03831d35f7499c87d51205817c93e9a8d42c4baestevel - License, v. 2.0. If a copy of the MPL was not distributed with this
03831d35f7499c87d51205817c93e9a8d42c4baestevel - file, You can obtain one at http://mozilla.org/MPL/2.0/.
03831d35f7499c87d51205817c93e9a8d42c4baestevel<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<link rel="home" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<link rel="up" href="Bv9ARM.ch13.html" title="Manual pages">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<link rel="prev" href="man.isc-hmac-fixup.html" title="isc-hmac-fixup">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<link rel="next" href="man.pkcs11-destroy.html" title="pkcs11-destroy">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
03831d35f7499c87d51205817c93e9a8d42c4baestevel<tr><th colspan="3" align="center"><span class="application">nsec3hash</span></th></tr>
03831d35f7499c87d51205817c93e9a8d42c4baestevel<a accesskey="p" href="man.isc-hmac-fixup.html">Prev</a>�</td>
03831d35f7499c87d51205817c93e9a8d42c4baestevel<td width="20%" align="right">�<a accesskey="n" href="man.pkcs11-destroy.html">Next</a>
03831d35f7499c87d51205817c93e9a8d42c4baestevel<a name="man.nsec3hash"></a><div class="titlepage"></div>
03831d35f7499c87d51205817c93e9a8d42c4baestevel — generate NSEC3 hash
03831d35f7499c87d51205817c93e9a8d42c4baestevel {<em class="replaceable"><code>algorithm</code></em>}
03831d35f7499c87d51205817c93e9a8d42c4baestevel {<em class="replaceable"><code>iterations</code></em>}
03831d35f7499c87d51205817c93e9a8d42c4baestevel <span class="command"><strong>nsec3hash</strong></span> generates an NSEC3 hash based on
03831d35f7499c87d51205817c93e9a8d42c4baestevel a set of NSEC3 parameters. This can be used to check the validity
03831d35f7499c87d51205817c93e9a8d42c4baestevel of NSEC3 records in a signed zone.
03831d35f7499c87d51205817c93e9a8d42c4baestevel The salt provided to the hash algorithm.
03831d35f7499c87d51205817c93e9a8d42c4baestevel A number indicating the hash algorithm. Currently the
03831d35f7499c87d51205817c93e9a8d42c4baestevel only supported hash algorithm for NSEC3 is SHA-1, which is
03831d35f7499c87d51205817c93e9a8d42c4baestevel indicated by the number 1; consequently "1" is the only
03831d35f7499c87d51205817c93e9a8d42c4baestevel useful value for this argument.
03831d35f7499c87d51205817c93e9a8d42c4baestevel The number of additional times the hash should be performed.
03831d35f7499c87d51205817c93e9a8d42c4baestevel The domain name to be hashed.