Lines Matching +full:input +full:- +full:justification

18 .\" Set up some character translations and predefined strings.  \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
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
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
133 .IX Title "OPENSSL-DHPARAM 1ossl"
134 .TH OPENSSL-DHPARAM 1ossl "2023-09-22" "3.0.11" "OpenSSL"
135 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
140 openssl\-dhparam \- DH parameter manipulation and generation
144 [\fB\-help\fR]
145 [\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
146 [\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
147 [\fB\-in\fR \fIfilename\fR]
148 [\fB\-out\fR \fIfilename\fR]
149 [\fB\-dsaparam\fR]
150 [\fB\-check\fR]
151 [\fB\-noout\fR]
152 [\fB\-text\fR]
153 [\fB\-2\fR]
154 [\fB\-3\fR]
155 [\fB\-5\fR]
156 [\fB\-engine\fR \fIid\fR]
157 [\fB\-rand\fR \fIfiles\fR]
158 [\fB\-writerand\fR \fIfile\fR]
159 [\fB\-provider\fR \fIname\fR]
160 [\fB\-provider\-path\fR \fIpath\fR]
161 [\fB\-propquery\fR \fIpropq\fR]
165 This command is used to manipulate \s-1DH\s0 parameter files.
167 See \*(L"\s-1EXAMPLES\*(R"\s0 in \fBopenssl\-genpkey\fR\|(1) for examples on how to generate
172 .IP "\fB\-help\fR" 4
173 .IX Item "-help"
175 .IP "\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR, \fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\…
176 .IX Item "-inform DER|PEM, -outform DER|PEM"
177 The input format and output format; the default is \fB\s-1PEM\s0\fR.
179 See \fBopenssl\-format\-options\fR\|(1) for details.
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
184 .IP "\fB\-out\fR \fIfilename\fR" 4
185 .IX Item "-out filename"
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.
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"
204 .IP "\fB\-2\fR, \fB\-3\fR, \fB\-5\fR" 4
205 .IX Item "-2, -3, -5"
207 input file is ignored and parameters are generated instead. If not
214 the input file is ignored and parameters are generated instead. If
215 this option is not present but a generator (\fB\-2\fR, \fB\-3\fR or \fB\-5\fR) is
218 .IP "\fB\-noout\fR" 4
219 .IX Item "-noout"
221 .IP "\fB\-text\fR" 4
222 .IX Item "-text"
223 This option prints out the \s-1DH\s0 parameters in human readable form.
224 .IP "\fB\-engine\fR \fIid\fR" 4
225 .IX Item "-engine id"
228 .IP "\fB\-rand\fR \fIfiles\fR, \fB\-writerand\fR \fIfile\fR" 4
229 .IX Item "-rand files, -writerand file"
231 .IP "\fB\-provider\fR \fIname\fR" 4
232 .IX Item "-provider name"
234 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
235 .IX Item "-provider-path path"
236 .IP "\fB\-propquery\fR \fIpropq\fR" 4
237 .IX Item "-propquery propq"
247 \&\fBopenssl\-pkeyparam\fR\|(1),
248 \&\fBopenssl\-dsaparam\fR\|(1),
249 \&\fBopenssl\-genpkey\fR\|(1).
252 The \fB\-engine\fR option was deprecated in OpenSSL 3.0.
254 The \fB\-C\fR option was removed in OpenSSL 3.0.
257 Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved.
261 in the file \s-1LICENSE\s0 in the source distribution or at