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-PKCS7 1ossl"
134 .TH OPENSSL-PKCS7 1ossl "2023-09-22" "3.0.11" "OpenSSL"
135 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
140 openssl\-pkcs7 \- PKCS#7 command
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\-print\fR]
150 [\fB\-print_certs\fR]
151 [\fB\-text\fR]
152 [\fB\-noout\fR]
153 [\fB\-engine\fR \fIid\fR]
154 [\fB\-provider\fR \fIname\fR]
155 [\fB\-provider\-path\fR \fIpath\fR]
156 [\fB\-propquery\fR \fIpropq\fR]
160 v 1.5 as specified in \s-1IETF RFC 2315.\s0 It cannot currently parse \s-1CMS\s0 as
161 described in \s-1IETF RFC 2630.\s0
164 .IP "\fB\-help\fR" 4
165 .IX Item "-help"
167 .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\…
168 .IX Item "-inform DER|PEM, -outform DER|PEM"
169 The input and formats; the default is \fB\s-1PEM\s0\fR.
170 See \fBopenssl\-format\-options\fR\|(1) for details.
173 .IP "\fB\-in\fR \fIfilename\fR" 4
174 .IX Item "-in filename"
175 This specifies the input filename to read from or standard input if this
177 .IP "\fB\-out\fR \fIfilename\fR" 4
178 .IX Item "-out filename"
181 .IP "\fB\-print\fR" 4
182 .IX Item "-print"
183 Print out the full \s-1PKCS7\s0 object.
184 .IP "\fB\-print_certs\fR" 4
185 .IX Item "-print_certs"
188 .IP "\fB\-text\fR" 4
189 .IX Item "-text"
192 .IP "\fB\-noout\fR" 4
193 .IX Item "-noout"
195 if \fB\-print_certs\fR is set).
196 .IP "\fB\-engine\fR \fIid\fR" 4
197 .IX Item "-engine id"
200 .IP "\fB\-provider\fR \fIname\fR" 4
201 .IX Item "-provider name"
203 .IP "\fB\-provider\-path\fR \fIpath\fR" 4
204 .IX Item "-provider-path path"
205 .IP "\fB\-propquery\fR \fIpropq\fR" 4
206 .IX Item "-propquery propq"
211 Convert a PKCS#7 file from \s-1PEM\s0 to \s-1DER:\s0
214 \& openssl pkcs7 \-in file.pem \-outform DER \-out file.der
220 \& openssl pkcs7 \-in file.pem \-print_certs \-out certs.pem
225 \&\fBopenssl\-crl2pkcs7\fR\|(1)
228 The \fB\-engine\fR option was deprecated in OpenSSL 3.0.
231 Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved.
235 in the file \s-1LICENSE\s0 in the source distribution or at