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-DSAPARAM 1ossl"
134 .TH OPENSSL-DSAPARAM 1ossl "2023-09-22" "3.0.11" "OpenSSL"
135 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
140 openssl\-dsaparam \- DSA 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\-noout\fR]
150 [\fB\-text\fR]
151 [\fB\-genkey\fR]
152 [\fB\-verbose\fR]
153 [\fB\-rand\fR \fIfiles\fR]
154 [\fB\-writerand\fR \fIfile\fR]
155 [\fB\-engine\fR \fIid\fR]
156 [\fB\-provider\fR \fIname\fR]
157 [\fB\-provider\-path\fR \fIpath\fR]
158 [\fB\-propquery\fR \fIpropq\fR]
162 This command is used to manipulate or generate \s-1DSA\s0 parameter files.
164 \&\s-1DSA\s0 parameter generation can be a slow process and as a result the same set of
165 \&\s-1DSA\s0 parameters is often used to generate several distinct keys.
168 .IP "\fB\-help\fR" 4
169 .IX Item "-help"
171 .IP "\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR" 4
172 .IX Item "-inform DER|PEM"
173 The \s-1DSA\s0 parameters input format; unspecified by default.
174 See \fBopenssl\-format\-options\fR\|(1) for details.
175 .IP "\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR" 4
176 .IX Item "-outform DER|PEM"
177 The \s-1DSA\s0 parameters output format; the default is \fB\s-1PEM\s0\fR.
178 See \fBopenssl\-format\-options\fR\|(1) for details.
180 Parameters are a sequence of \fB\s-1ASN.1 INTEGER\s0\fRs: \fBp\fR, \fBq\fR, and \fBg\fR.
181 This is compatible with \s-1RFC 2459\s0 \fBDSS-Parms\fR structure.
182 .IP "\fB\-in\fR \fIfilename\fR" 4
183 .IX Item "-in filename"
184 This specifies the input filename to read parameters from or standard input if
187 .IP "\fB\-out\fR \fIfilename\fR" 4
188 .IX Item "-out filename"
191 as the input filename.
192 .IP "\fB\-noout\fR" 4
193 .IX Item "-noout"
195 .IP "\fB\-text\fR" 4
196 .IX Item "-text"
197 This option prints out the \s-1DSA\s0 parameters in human readable form.
198 .IP "\fB\-genkey\fR" 4
199 .IX Item "-genkey"
200 This option will generate a \s-1DSA\s0 either using the specified or generated
202 .IP "\fB\-verbose\fR" 4
203 .IX Item "-verbose"
205 .IP "\fB\-rand\fR \fIfiles\fR, \fB\-writerand\fR \fIfile\fR" 4
206 .IX Item "-rand files, -writerand file"
208 .IP "\fB\-engine\fR \fIid\fR" 4
209 .IX Item "-engine id"
216 the input file (if any) is ignored.
217 .IP "\fB\-provider\fR \fIname\fR" 4
218 .IX Item "-provider name"
220 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
221 .IX Item "-provider-path path"
222 .IP "\fB\-propquery\fR \fIpropq\fR" 4
223 .IX Item "-propquery propq"
229 \&\fBopenssl\-pkeyparam\fR\|(1),
230 \&\fBopenssl\-gendsa\fR\|(1),
231 \&\fBopenssl\-dsa\fR\|(1),
232 \&\fBopenssl\-genrsa\fR\|(1),
233 \&\fBopenssl\-rsa\fR\|(1)
236 The \fB\-engine\fR option was deprecated in OpenSSL 3.0.
238 The \fB\-C\fR option was removed in OpenSSL 3.0.
241 Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved.
245 in the file \s-1LICENSE\s0 in the source distribution or at