/contrib/bind9/bin/tools/nsec3hash.8

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 70 lines · 70 code · 0 blank · 0 comment · 0 complexity · 1f69519fb4f01f9ca00c75c63c7b6b4b MD5 · raw file

  1. .\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
  2. .\"
  3. .\" Permission to use, copy, modify, and/or distribute this software for any
  4. .\" purpose with or without fee is hereby granted, provided that the above
  5. .\" copyright notice and this permission notice appear in all copies.
  6. .\"
  7. .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. .\" PERFORMANCE OF THIS SOFTWARE.
  14. .\"
  15. .\" $Id$
  16. .\"
  17. .hy 0
  18. .ad l
  19. .\" Title: nsec3hash
  20. .\" Author:
  21. .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
  22. .\" Date: Feb 18, 2009
  23. .\" Manual: BIND9
  24. .\" Source: BIND9
  25. .\"
  26. .TH "NSEC3HASH" "8" "Feb 18, 2009" "BIND9" "BIND9"
  27. .\" disable hyphenation
  28. .nh
  29. .\" disable justification (adjust text to left margin only)
  30. .ad l
  31. .SH "NAME"
  32. nsec3hash \- generate NSEC3 hash
  33. .SH "SYNOPSIS"
  34. .HP 10
  35. \fBnsec3hash\fR {\fIsalt\fR} {\fIalgorithm\fR} {\fIiterations\fR} {\fIdomain\fR}
  36. .SH "DESCRIPTION"
  37. .PP
  38. \fBnsec3hash\fR
  39. 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.
  40. .SH "ARGUMENTS"
  41. .PP
  42. salt
  43. .RS 4
  44. The salt provided to the hash algorithm.
  45. .RE
  46. .PP
  47. algorithm
  48. .RS 4
  49. 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.
  50. .RE
  51. .PP
  52. iterations
  53. .RS 4
  54. The number of additional times the hash should be performed.
  55. .RE
  56. .PP
  57. domain
  58. .RS 4
  59. The domain name to be hashed.
  60. .RE
  61. .SH "SEE ALSO"
  62. .PP
  63. BIND 9 Administrator Reference Manual,
  64. RFC 5155.
  65. .SH "AUTHOR"
  66. .PP
  67. Internet Systems Consortium
  68. .SH "COPYRIGHT"
  69. Copyright \(co 2009 Internet Systems Consortium, Inc. ("ISC")
  70. .br