dhparam.1 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. .\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
  2. .\"
  3. .\" Standard preamble:
  4. .\" ========================================================================
  5. .de Sp \" Vertical space (when we can't use .PP)
  6. .if t .sp .5v
  7. .if n .sp
  8. ..
  9. .de Vb \" Begin verbatim text
  10. .ft CW
  11. .nf
  12. .ne \\$1
  13. ..
  14. .de Ve \" End verbatim text
  15. .ft R
  16. .fi
  17. ..
  18. .\" Set up some character translations and predefined strings. \*(-- will
  19. .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
  20. .\" double quote, and \*(R" will give a right double quote. \*(C+ will
  21. .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
  22. .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
  23. .\" nothing in troff, for use with C<>.
  24. .tr \(*W-
  25. .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
  26. .ie n \{\
  27. . ds -- \(*W-
  28. . ds PI pi
  29. . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
  30. . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
  31. . ds L" ""
  32. . ds R" ""
  33. . ds C` ""
  34. . ds C' ""
  35. 'br\}
  36. .el\{\
  37. . ds -- \|\(em\|
  38. . ds PI \(*p
  39. . ds L" ``
  40. . ds R" ''
  41. . ds C`
  42. . ds C'
  43. 'br\}
  44. .\"
  45. .\" Escape single quotes in literal strings from groff's Unicode transform.
  46. .ie \n(.g .ds Aq \(aq
  47. .el .ds Aq '
  48. .\"
  49. .\" If the F register is >0, we'll generate index entries on stderr for
  50. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  51. .\" entries marked with X<> in POD. Of course, you'll have to process the
  52. .\" output yourself in some meaningful fashion.
  53. .\"
  54. .\" Avoid warning from groff about undefined register 'F'.
  55. .de IX
  56. ..
  57. .nr rF 0
  58. .if \n(.g .if rF .nr rF 1
  59. .if (\n(rF:(\n(.g==0)) \{\
  60. . if \nF \{\
  61. . de IX
  62. . tm Index:\\$1\t\\n%\t"\\$2"
  63. ..
  64. . if !\nF==2 \{\
  65. . nr % 0
  66. . nr F 2
  67. . \}
  68. . \}
  69. .\}
  70. .rr rF
  71. .\"
  72. .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
  73. .\" Fear. Run. Save yourself. No user-serviceable parts.
  74. . \" fudge factors for nroff and troff
  75. .if n \{\
  76. . ds #H 0
  77. . ds #V .8m
  78. . ds #F .3m
  79. . ds #[ \f1
  80. . ds #] \fP
  81. .\}
  82. .if t \{\
  83. . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
  84. . ds #V .6m
  85. . ds #F 0
  86. . ds #[ \&
  87. . ds #] \&
  88. .\}
  89. . \" simple accents for nroff and troff
  90. .if n \{\
  91. . ds ' \&
  92. . ds ` \&
  93. . ds ^ \&
  94. . ds , \&
  95. . ds ~ ~
  96. . ds /
  97. .\}
  98. .if t \{\
  99. . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
  100. . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
  101. . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
  102. . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
  103. . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
  104. . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
  105. .\}
  106. . \" troff and (daisy-wheel) nroff accents
  107. .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'
  108. .ds 8 \h'\*(#H'\(*b\h'-\*(#H'
  109. .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#]
  110. .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'
  111. .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'
  112. .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#]
  113. .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#]
  114. .ds ae a\h'-(\w'a'u*4/10)'e
  115. .ds Ae A\h'-(\w'A'u*4/10)'E
  116. . \" corrections for vroff
  117. .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'
  118. .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'
  119. . \" for low resolution devices (crt and lpr)
  120. .if \n(.H>23 .if \n(.V>19 \
  121. \{\
  122. . ds : e
  123. . ds 8 ss
  124. . ds o a
  125. . ds d- d\h'-1'\(ga
  126. . ds D- D\h'-1'\(hy
  127. . ds th \o'bp'
  128. . ds Th \o'LP'
  129. . ds ae ae
  130. . ds Ae AE
  131. .\}
  132. .rm #[ #] #H #V #F C
  133. .\" ========================================================================
  134. .\"
  135. .IX Title "DHPARAM 1"
  136. .TH DHPARAM 1 "2022-03-15" "1.1.1n" "OpenSSL"
  137. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  138. .\" way too many mistakes in technical documents.
  139. .if n .ad l
  140. .nh
  141. .SH "NAME"
  142. openssl\-dhparam, dhparam \- DH parameter manipulation and generation
  143. .SH "SYNOPSIS"
  144. .IX Header "SYNOPSIS"
  145. \&\fBopenssl dhparam\fR
  146. [\fB\-help\fR]
  147. [\fB\-inform DER|PEM\fR]
  148. [\fB\-outform DER|PEM\fR]
  149. [\fB\-in\fR \fIfilename\fR]
  150. [\fB\-out\fR \fIfilename\fR]
  151. [\fB\-dsaparam\fR]
  152. [\fB\-check\fR]
  153. [\fB\-noout\fR]
  154. [\fB\-text\fR]
  155. [\fB\-C\fR]
  156. [\fB\-2\fR]
  157. [\fB\-5\fR]
  158. [\fB\-rand file...\fR]
  159. [\fB\-writerand file\fR]
  160. [\fB\-engine id\fR]
  161. [\fInumbits\fR]
  162. .SH "DESCRIPTION"
  163. .IX Header "DESCRIPTION"
  164. This command is used to manipulate \s-1DH\s0 parameter files.
  165. .SH "OPTIONS"
  166. .IX Header "OPTIONS"
  167. .IP "\fB\-help\fR" 4
  168. .IX Item "-help"
  169. Print out a usage message.
  170. .IP "\fB\-inform DER|PEM\fR" 4
  171. .IX Item "-inform DER|PEM"
  172. This specifies the input format. The \fB\s-1DER\s0\fR option uses an \s-1ASN1 DER\s0 encoded
  173. form compatible with the PKCS#3 DHparameter structure. The \s-1PEM\s0 form is the
  174. default format: it consists of the \fB\s-1DER\s0\fR format base64 encoded with
  175. additional header and footer lines.
  176. .IP "\fB\-outform DER|PEM\fR" 4
  177. .IX Item "-outform DER|PEM"
  178. This specifies the output format, the options have the same meaning and default
  179. as the \fB\-inform\fR option.
  180. .IP "\fB\-in\fR \fIfilename\fR" 4
  181. .IX Item "-in filename"
  182. This specifies the input filename to read parameters from or standard input if
  183. this option is not specified.
  184. .IP "\fB\-out\fR \fIfilename\fR" 4
  185. .IX Item "-out filename"
  186. This specifies the output filename parameters to. Standard output is used
  187. if this option is not present. The output filename should \fBnot\fR be the same
  188. as the input filename.
  189. .IP "\fB\-dsaparam\fR" 4
  190. .IX Item "-dsaparam"
  191. If this option is used, \s-1DSA\s0 rather than \s-1DH\s0 parameters are read or created;
  192. they are converted to \s-1DH\s0 format. Otherwise, \*(L"strong\*(R" primes (such
  193. that (p\-1)/2 is also prime) will be used for \s-1DH\s0 parameter generation.
  194. .Sp
  195. \&\s-1DH\s0 parameter generation with the \fB\-dsaparam\fR option is much faster,
  196. and the recommended exponent length is shorter, which makes \s-1DH\s0 key
  197. exchange more efficient. Beware that with such DSA-style \s-1DH\s0
  198. parameters, a fresh \s-1DH\s0 key should be created for each use to
  199. avoid small-subgroup attacks that may be possible otherwise.
  200. .IP "\fB\-check\fR" 4
  201. .IX Item "-check"
  202. Performs numerous checks to see if the supplied parameters are valid and
  203. displays a warning if not.
  204. .IP "\fB\-2\fR, \fB\-5\fR" 4
  205. .IX Item "-2, -5"
  206. The generator to use, either 2 or 5. If present then the
  207. input file is ignored and parameters are generated instead. If not
  208. present but \fBnumbits\fR is present, parameters are generated with the
  209. default generator 2.
  210. .IP "\fB\-rand file...\fR" 4
  211. .IX Item "-rand file..."
  212. A file or files containing random data used to seed the random number
  213. generator.
  214. Multiple files can be specified separated by an OS-dependent character.
  215. The separator is \fB;\fR for MS-Windows, \fB,\fR for OpenVMS, and \fB:\fR for
  216. all others.
  217. .IP "[\fB\-writerand file\fR]" 4
  218. .IX Item "[-writerand file]"
  219. Writes random data to the specified \fIfile\fR upon exit.
  220. This can be used with a subsequent \fB\-rand\fR flag.
  221. .IP "\fInumbits\fR" 4
  222. .IX Item "numbits"
  223. This option specifies that a parameter set should be generated of size
  224. \&\fInumbits\fR. It must be the last option. If this option is present then
  225. the input file is ignored and parameters are generated instead. If
  226. this option is not present but a generator (\fB\-2\fR or \fB\-5\fR) is
  227. present, parameters are generated with a default length of 2048 bits.
  228. .IP "\fB\-noout\fR" 4
  229. .IX Item "-noout"
  230. This option inhibits the output of the encoded version of the parameters.
  231. .IP "\fB\-text\fR" 4
  232. .IX Item "-text"
  233. This option prints out the \s-1DH\s0 parameters in human readable form.
  234. .IP "\fB\-C\fR" 4
  235. .IX Item "-C"
  236. This option converts the parameters into C code. The parameters can then
  237. be loaded by calling the \fBget_dhNNNN()\fR function.
  238. .IP "\fB\-engine id\fR" 4
  239. .IX Item "-engine id"
  240. Specifying an engine (by its unique \fBid\fR string) will cause \fBdhparam\fR
  241. to attempt to obtain a functional reference to the specified engine,
  242. thus initialising it if needed. The engine will then be set as the default
  243. for all available algorithms.
  244. .SH "WARNINGS"
  245. .IX Header "WARNINGS"
  246. The program \fBdhparam\fR combines the functionality of the programs \fBdh\fR and
  247. \&\fBgendh\fR in previous versions of OpenSSL. The \fBdh\fR and \fBgendh\fR
  248. programs are retained for now but may have different purposes in future
  249. versions of OpenSSL.
  250. .SH "NOTES"
  251. .IX Header "NOTES"
  252. \&\s-1PEM\s0 format \s-1DH\s0 parameters use the header and footer lines:
  253. .PP
  254. .Vb 2
  255. \& \-\-\-\-\-BEGIN DH PARAMETERS\-\-\-\-\-
  256. \& \-\-\-\-\-END DH PARAMETERS\-\-\-\-\-
  257. .Ve
  258. .PP
  259. OpenSSL currently only supports the older PKCS#3 \s-1DH,\s0 not the newer X9.42
  260. \&\s-1DH.\s0
  261. .PP
  262. This program manipulates \s-1DH\s0 parameters not keys.
  263. .SH "BUGS"
  264. .IX Header "BUGS"
  265. There should be a way to generate and manipulate \s-1DH\s0 keys.
  266. .SH "SEE ALSO"
  267. .IX Header "SEE ALSO"
  268. \&\fBdsaparam\fR\|(1)
  269. .SH "COPYRIGHT"
  270. .IX Header "COPYRIGHT"
  271. Copyright 2000\-2017 The OpenSSL Project Authors. All Rights Reserved.
  272. .PP
  273. Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use
  274. this file except in compliance with the License. You can obtain a copy
  275. in the file \s-1LICENSE\s0 in the source distribution or at
  276. <https://www.openssl.org/source/license.html>.