Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / bin / tools / nsec3hash.8
blobbe846774471b9414d0dc2ea6a37ab4eb606e5062
1 .\"     $NetBSD: nsec3hash.8,v 1.5 2014/12/10 04:37:54 christos Exp $
2 .\"
3 .\" Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
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 .\" Id
18 .\"
19 .hy 0
20 .ad l
21 .\"     Title: nsec3hash
22 .\"    Author: 
23 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
24 .\"      Date: March 02, 2009
25 .\"    Manual: BIND9
26 .\"    Source: BIND9
27 .\"
28 .TH "NSEC3HASH" "8" "March 02, 2009" "BIND9" "BIND9"
29 .\" disable hyphenation
30 .nh
31 .\" disable justification (adjust text to left margin only)
32 .ad l
33 .SH "NAME"
34 nsec3hash \- generate NSEC3 hash
35 .SH "SYNOPSIS"
36 .HP 10
37 \fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR}
38 .SH "DESCRIPTION"
39 .PP
40 \fBnsec3hash\fR
41 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.
42 .SH "ARGUMENTS"
43 .PP
44 salt
45 .RS 4
46 The salt provided to the hash algorithm.
47 .RE
48 .PP
49 algorithm
50 .RS 4
51 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.
52 .RE
53 .PP
54 iterations
55 .RS 4
56 The number of additional times the hash should be performed.
57 .RE
58 .PP
59 domain
60 .RS 4
61 The domain name to be hashed.
62 .RE
63 .SH "SEE ALSO"
64 .PP
65 BIND 9 Administrator Reference Manual,
66 RFC 5155.
67 .SH "AUTHOR"
68 .PP
69 Internet Systems Consortium
70 .SH "COPYRIGHT"
71 Copyright \(co 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
72 .br