f4894c219c
This version has many new features, see /usr/share/doc/bind9/README for details.
71 lines
2.1 KiB
Groff
71 lines
2.1 KiB
Groff
.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
|
|
.\"
|
|
.\" Permission to use, copy, modify, and/or distribute this software for any
|
|
.\" purpose with or without fee is hereby granted, provided that the above
|
|
.\" copyright notice and this permission notice appear in all copies.
|
|
.\"
|
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
.\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
.\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
.\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
.\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
.\" PERFORMANCE OF THIS SOFTWARE.
|
|
.\"
|
|
.\" $Id: nsec3hash.8,v 1.5 2010-05-19 01:14:14 tbox Exp $
|
|
.\"
|
|
.hy 0
|
|
.ad l
|
|
.\" Title: nsec3hash
|
|
.\" Author:
|
|
.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
|
|
.\" Date: Feb 18, 2009
|
|
.\" Manual: BIND9
|
|
.\" Source: BIND9
|
|
.\"
|
|
.TH "NSEC3HASH" "8" "Feb 18, 2009" "BIND9" "BIND9"
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.SH "NAME"
|
|
nsec3hash \- generate NSEC3 hash
|
|
.SH "SYNOPSIS"
|
|
.HP 10
|
|
\fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBnsec3hash\fR
|
|
generates an NSEC3 hash based on a set of NSEC3 parameters. This can be used to check the validity of NSEC3 records in a signed zone.
|
|
.SH "ARGUMENTS"
|
|
.PP
|
|
salt
|
|
.RS 4
|
|
The salt provided to the hash algorithm.
|
|
.RE
|
|
.PP
|
|
algorithm
|
|
.RS 4
|
|
A number indicating the hash algorithm. Currently the only supported hash algorithm for NSEC3 is SHA\-1, which is indicated by the number 1; consequently "1" is the only useful value for this argument.
|
|
.RE
|
|
.PP
|
|
iterations
|
|
.RS 4
|
|
The number of additional times the hash should be performed.
|
|
.RE
|
|
.PP
|
|
domain
|
|
.RS 4
|
|
The domain name to be hashed.
|
|
.RE
|
|
.SH "SEE ALSO"
|
|
.PP
|
|
BIND 9 Administrator Reference Manual,
|
|
RFC 5155.
|
|
.SH "AUTHOR"
|
|
.PP
|
|
Internet Systems Consortium
|
|
.SH "COPYRIGHT"
|
|
Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
|
|
.br
|