]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man1/openssl-cms.pod.in
openssl-cmp.pod.in: Align order of options with apps/cmp.c; improve structuring of...
[thirdparty/openssl.git] / doc / man1 / openssl-cms.pod.in
CommitLineData
7122aafc 1=pod
625c781d 2{- OpenSSL::safe::output_do_not_edit_headers(); -}
9fcb9702 3
7122aafc
DSH
4=head1 NAME
5
4b537191 6openssl-cms - CMS command
7122aafc
DSH
7
8=head1 SYNOPSIS
9
10B<openssl> B<cms>
169394d4 11[B<-help>]
7122aafc
DSH
12[B<-encrypt>]
13[B<-decrypt>]
65718c51 14[B<-debug_decrypt>]
7122aafc 15[B<-sign>]
7122aafc 16[B<-verify>]
65718c51
RS
17[B<-verify_retcode>]
18[B<-no_attr_verify>]
19[B<-nosigs>]
20[B<-no_content_verify>]
7122aafc 21[B<-cmsout>]
41f81a01 22[B<-resign>]
e85d19c6 23[B<-cades>]
41f81a01
DSH
24[B<-data_create>]
25[B<-data_out>]
26[B<-digest_create>]
27[B<-digest_verify>]
28[B<-compress>]
29[B<-uncompress>]
65718c51 30[B<-EncryptedData_decrypt>]
41f81a01
DSH
31[B<-EncryptedData_encrypt>]
32[B<-sign_receipt>]
e8769719
RS
33[B<-verify_receipt> I<receipt>]
34[B<-in> I<filename>]
e8769719 35[B<-out> I<filename>]
777182a0 36[B<-inform> B<DER>|B<PEM>|B<SMIME>]
e8769719 37[B<-outform> B<DER>|B<PEM>|B<SMIME>]
777182a0 38[B<-rctform> B<DER>|B<PEM>|B<SMIME>]
6d382c74 39[B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>]
e8769719
RS
40[B<-stream>]
41[B<-indef>]
41f81a01 42[B<-noindef>]
e8769719 43[B<-content> I<filename>]
41f81a01
DSH
44[B<-text>]
45[B<-noout>]
46[B<-print>]
922f1565 47[B<-nameopt> I<option>]
e8769719 48[B<-md> I<digest>]
8dc57d76 49[B<-I<cipher>>]
34890077 50[B<-wrap> I<cipher>]
41f81a01 51[B<-nointern>]
e75138ab 52[B<-noverify>]
41f81a01
DSH
53[B<-nocerts>]
54[B<-noattr>]
55[B<-nosmimecap>]
56[B<-binary>]
2197494d 57[B<-crlfeol>]
847865d0 58[B<-asciicrlf>]
41f81a01 59[B<-nodetach>]
68581885 60[B<-certfile> I<file>]
e8769719
RS
61[B<-certsout> I<file>]
62[B<-signer> I<file>]
34890077 63[B<-originator> I<file>]
e8769719 64[B<-recip> I<file>]
41f81a01 65[B<-keyid>]
dfee8626
RS
66[B<-receipt_request_all>]
67[B<-receipt_request_first>]
e8769719
RS
68[B<-receipt_request_from> I<emailaddress>]
69[B<-receipt_request_to> I<emailaddress>]
41f81a01 70[B<-receipt_request_print>]
65718c51 71[B<-pwri_password> I<password>]
e8769719
RS
72[B<-secretkey> I<key>]
73[B<-secretkeyid> I<id>]
74[B<-econtent_type> I<type>]
75[B<-inkey> I<file>]
76[B<-keyopt> I<name>:I<parameter>]
77[B<-passin> I<arg>]
e8769719
RS
78[B<-to> I<addr>]
79[B<-from> I<addr>]
80[B<-subject> I<subj>]
21d08b9e 81{- $OpenSSL::safe::opt_v_synopsis -}
9fcb9702
RS
82{- $OpenSSL::safe::opt_trust_synopsis -}
83{- $OpenSSL::safe::opt_r_synopsis -}
65718c51 84{- $OpenSSL::safe::opt_engine_synopsis -}
6bd4e3f2 85{- $OpenSSL::safe::opt_provider_synopsis -}
c1669f41 86{- $OpenSSL::safe::opt_config_synopsis -}
6d382c74 87[I<recipient-cert> ...]
7122aafc 88
9f3c076b 89=for openssl ifdef des-wrap engine
1738c0ce 90
7122aafc
DSH
91=head1 DESCRIPTION
92
35a810bb
RL
93This command handles S/MIME v3.1 mail. It can encrypt, decrypt,
94sign and verify, compress and uncompress S/MIME messages.
7122aafc 95
3dfda1a6 96=head1 OPTIONS
7122aafc 97
41f81a01
DSH
98There are fourteen operation options that set the type of operation to be
99performed. The meaning of the other options varies according to the operation
7122aafc
DSH
100type.
101
102=over 4
103
169394d4
MR
104=item B<-help>
105
106Print out a usage message.
107
7122aafc
DSH
108=item B<-encrypt>
109
c4de074e 110Encrypt mail for the given recipient certificates. Input file is the message
7122aafc 111to be encrypted. The output file is the encrypted mail in MIME format. The
3f2a8d97 112actual CMS type is B<EnvelopedData>.
7122aafc 113
2a9afa40
RS
114Note that no revocation check is done for the recipient cert, so if that
115key has been compromised, others may be able to decrypt the text.
116
7122aafc
DSH
117=item B<-decrypt>
118
c4de074e 119Decrypt mail using the supplied certificate and private key. Expects an
7122aafc
DSH
120encrypted mail message in MIME format for the input file. The decrypted mail
121is written to the output file.
122
0dd5b94a
DSH
123=item B<-debug_decrypt>
124
c4de074e 125This option sets the B<CMS_DEBUG_DECRYPT> flag. This option should be used
0dd5b94a
DSH
126with caution: see the notes section below.
127
7122aafc
DSH
128=item B<-sign>
129
c4de074e 130Sign mail using the supplied certificate and private key. Input file is
7122aafc
DSH
131the message to be signed. The signed message in MIME format is written
132to the output file.
133
134=item B<-verify>
135
c4de074e 136Verify signed mail. Expects a signed mail message on input and outputs
7122aafc
DSH
137the signed data. Both clear text and opaque signing is supported.
138
65718c51
RS
139=item B<-verify_retcode>
140
141Exit nonzero on verification failure.
142
143=item B<-no_attr_verify>
144
145Do not verify signed attribute signatures.
146
147=item B<-no_content_verify>
148
149Do not verify signed content signatures.
150
151=item B<-nosigs>
152
153Don't verify message signature.
154
7122aafc
DSH
155=item B<-cmsout>
156
c4de074e 157Takes an input message and writes out a PEM encoded CMS structure.
7122aafc
DSH
158
159=item B<-resign>
160
c4de074e 161Resign a message: take an existing message and one or more new signers.
7122aafc 162
e85d19c6
AI
163=item B<-cades>
164
165Add an ESS signing-certificate or ESS signing-certificate-v2 signed-attribute to the SignerInfo, in order to make
166the signature comply with the requirements for a CAdES Basic Electronic Signature (CAdES-BES). See the NOTES
167section for more details.
168
7122aafc
DSH
169=item B<-data_create>
170
171Create a CMS B<Data> type.
172
173=item B<-data_out>
174
175B<Data> type and output the content.
176
177=item B<-digest_create>
178
179Create a CMS B<DigestedData> type.
180
181=item B<-digest_verify>
182
183Verify a CMS B<DigestedData> type and output the content.
184
185=item B<-compress>
186
187Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>
188support for this option to work, otherwise it will output an error.
189
190=item B<-uncompress>
191
192Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
193compiled with B<zlib> support for this option to work, otherwise it will
194output an error.
195
65718c51
RS
196=item B<-EncryptedData_decrypt>
197
198Decrypt content using supplied symmetric key and algorithm using a CMS
199B<EncryptedData> type and output the content.
200
7122aafc
DSH
201=item B<-EncryptedData_encrypt>
202
a9661e45 203Encrypt content using supplied symmetric key and algorithm using a CMS
27b138e9 204B<EncryptedData> type and output the content.
7122aafc 205
41f81a01
DSH
206=item B<-sign_receipt>
207
1bc74519 208Generate and output a signed receipt for the supplied message. The input
41f81a01
DSH
209message B<must> contain a signed receipt request. Functionality is otherwise
210similar to the B<-sign> operation.
211
e8769719 212=item B<-verify_receipt> I<receipt>
41f81a01 213
1bc74519 214Verify a signed receipt in filename B<receipt>. The input message B<must>
41f81a01
DSH
215contain the original receipt request. Functionality is otherwise similar
216to the B<-verify> operation.
217
e8769719 218=item B<-in> I<filename>
7122aafc 219
c4de074e 220The input message to be encrypted or signed or the message to be decrypted
41f81a01 221or verified.
7122aafc 222
777182a0
RS
223=item B<-out> I<filename>
224
225The message text that has been decrypted or verified or the output MIME
226format message that has been signed or verified.
227
e8769719 228=item B<-inform> B<DER>|B<PEM>|B<SMIME>
7122aafc 229
777182a0
RS
230The input format of the CMS structure (if one is being read);
231the default is B<SMIME>.
232See L<openssl(1)/Format Options> for details.
7122aafc 233
777182a0 234=item B<-outform> B<DER>|B<PEM>|B<SMIME>
41f81a01 235
777182a0
RS
236The output format of the CMS structure (if one is being written);
237the default is B<SMIME>.
238See L<openssl(1)/Format Options> for details.
41f81a01 239
6d382c74 240=item B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>
7122aafc 241
777182a0 242The format of the private key file; the default is B<PEM>.
6d382c74 243The only value with effect is B<ENGINE>; all others have become obsolete.
777182a0 244See L<openssl(1)/Format Options> for details.
7122aafc 245
777182a0 246=item B<-rctform> B<DER>|B<PEM>|B<SMIME>
7122aafc 247
777182a0
RS
248The signed receipt format for use with the B<-receipt_verify>; the default
249is B<SMIME>.
250See L<openssl(1)/Format Options> for details.
7122aafc 251
65718c51 252=item B<-stream>, B<-indef>
7122aafc 253
c4de074e 254The B<-stream> and B<-indef> options are equivalent and enable streaming I/O
7122aafc
DSH
255for encoding operations. This permits single pass processing of data without
256the need to hold the entire contents in memory, potentially supporting very
257large files. Streaming is automatically set for S/MIME signing with detached
258data if the output format is B<SMIME> it is currently off by default for all
259other operations.
260
261=item B<-noindef>
262
c4de074e 263Disable streaming I/O where it would produce and indefinite length constructed
7122aafc
DSH
264encoding. This option currently has no effect. In future streaming will be
265enabled by default on all relevant operations and this option will disable it.
266
e8769719 267=item B<-content> I<filename>
7122aafc
DSH
268
269This specifies a file containing the detached content, this is only
270useful with the B<-verify> command. This is only usable if the CMS
271structure is using the detached signature form where the content is
272not included. This option will override any content if the input format
273is S/MIME and it uses the multipart/signed MIME content type.
274
275=item B<-text>
276
c4de074e 277This option adds plain text (text/plain) MIME headers to the supplied
7122aafc 278message if encrypting or signing. If decrypting or verifying it strips
1bc74519 279off text headers: if the decrypted or verified message is not of MIME
7122aafc
DSH
280type text/plain then an error occurs.
281
41f81a01
DSH
282=item B<-noout>
283
c4de074e 284For the B<-cmsout> operation do not output the parsed CMS structure. This
41f81a01
DSH
285is useful when combined with the B<-print> option or if the syntax of the CMS
286structure is being checked.
287
288=item B<-print>
289
c4de074e 290For the B<-cmsout> operation print out all fields of the CMS structure. This
41f81a01
DSH
291is mainly useful for testing purposes.
292
922f1565
DB
293=item B<-nameopt> I<option>
294
295For the B<-cmsout> operation when B<-print> option is in use, specifies
296printing options for string fields. For most cases B<utf8> is reasonable value.
297See L<openssl(1)/Name Format Options> for details.
298
e8769719 299=item B<-md> I<digest>
7122aafc 300
c4de074e 301Digest algorithm to use when signing or resigning. If not present then the
7122aafc
DSH
302default digest algorithm for the signing key will be used (usually SHA1).
303
8dc57d76 304=item B<-I<cipher>>
7122aafc 305
c4de074e 306The encryption algorithm to use. For example triple DES (168 bits) - B<-des3>
e5fa864f 307or 256 bit AES - B<-aes256>. Any standard algorithm name (as used by the
1bc74519 308EVP_get_cipherbyname() function) can also be used preceded by a dash, for
8bc93d2f 309example B<-aes-128-cbc>. See L<openssl-enc(1)> for a list of ciphers
e5fa864f 310supported by your version of OpenSSL.
7122aafc 311
924663c3
JZ
312Currently the AES variants with GCM mode are the only supported AEAD
313algorithms.
314
1bc74519 315If not specified triple DES is used. Only used with B<-encrypt> and
7122aafc
DSH
316B<-EncryptedData_create> commands.
317
34890077
DB
318=item B<-wrap> I<cipher>
319
320Cipher algorithm to use for key wrap when encrypting the message using Key
321Agreement for key transport. The algorithm specified should be suitable for key
322wrap.
323
7122aafc
DSH
324=item B<-nointern>
325
c4de074e 326When verifying a message normally certificates (if any) included in
7122aafc
DSH
327the message are searched for the signing certificate. With this option
328only the certificates specified in the B<-certfile> option are used.
329The supplied certificates can still be used as untrusted CAs however.
330
e75138ab 331=item B<-noverify>
7122aafc 332
c4de074e 333Do not verify the signers certificate of a signed message.
7122aafc
DSH
334
335=item B<-nocerts>
336
c4de074e 337When signing a message the signer's certificate is normally included
7122aafc
DSH
338with this option it is excluded. This will reduce the size of the
339signed message but the verifier must have a copy of the signers certificate
340available locally (passed using the B<-certfile> option for example).
341
342=item B<-noattr>
343
c4de074e 344Normally when a message is signed a set of attributes are included which
7122aafc
DSH
345include the signing time and supported symmetric algorithms. With this
346option they are not included.
347
348=item B<-nosmimecap>
349
c4de074e 350Exclude the list of supported algorithms from signed attributes, other options
7122aafc
DSH
351such as signing time and content type are still included.
352
353=item B<-binary>
354
c4de074e 355Normally the input message is converted to "canonical" format which is
7122aafc
DSH
356effectively using CR and LF as end of line: as required by the S/MIME
357specification. When this option is present no translation occurs. This
358is useful when handling binary data which may not be in MIME format.
359
2197494d
DSH
360=item B<-crlfeol>
361
c4de074e 362Normally the output file uses a single B<LF> as end of line. When this
2197494d
DSH
363option is present B<CRLF> is used instead.
364
847865d0
DSH
365=item B<-asciicrlf>
366
c4de074e 367When signing use ASCII CRLF format canonicalisation. This strips trailing
847865d0
DSH
368whitespace from all lines, deletes trailing blank lines at EOF and sets
369the encapsulated content type. This option is normally used with detached
370content and an output signature format of DER. This option is not normally
371needed when verifying as it is enabled automatically if the encapsulated
372content format is detected.
373
7122aafc
DSH
374=item B<-nodetach>
375
c4de074e 376When signing a message use opaque signing: this form is more resistant
7122aafc
DSH
377to translation by mail relays but it cannot be read by mail agents that
378do not support S/MIME. Without this option cleartext signing with
379the MIME type multipart/signed is used.
380
e8769719 381=item B<-certfile> I<file>
7122aafc 382
c4de074e 383Allows additional certificates to be specified. When signing these will
7122aafc 384be included with the message. When verifying these will be searched for
6d382c74 385the signers certificates.
b3c5aadf 386The input can be in PEM, DER, or PKCS#12 format.
7122aafc 387
e8769719 388=item B<-certsout> I<file>
4a954b56 389
2f0ea936 390Any certificates contained in the message are written to I<file>.
4a954b56 391
e8769719 392=item B<-signer> I<file>
7122aafc 393
c4de074e 394A signing certificate when signing or resigning a message, this option can be
7122aafc
DSH
395used multiple times if more than one signer is required. If a message is being
396verified then the signers certificates will be written to this file if the
397verification was successful.
398
34890077
DB
399=item B<-originator> I<file>
400
401A certificate of the originator of the encrypted message. Necessary for
402decryption when Key Agreement is in use for a shared key.
403
e8769719 404=item B<-recip> I<file>
7122aafc 405
c4de074e 406When decrypting a message this specifies the recipients certificate. The
4bf4a650
DSH
407certificate must match one of the recipients of the message or an error
408occurs.
409
410When encrypting a message this option may be used multiple times to specify
411each recipient. This form B<must> be used if customised parameters are
412required (for example to specify RSA-OAEP).
7122aafc 413
ecd4b8fe
MC
414Only certificates carrying RSA, Diffie-Hellman or EC keys are supported by this
415option.
416
7122aafc
DSH
417=item B<-keyid>
418
c4de074e 419Use subject key identifier to identify certificates instead of issuer name and
7122aafc
DSH
420serial number. The supplied certificate B<must> include a subject key
421identifier extension. Supported by B<-sign> and B<-encrypt> options.
422
dfee8626 423=item B<-receipt_request_all>, B<-receipt_request_first>
41f81a01 424
c4de074e 425For B<-sign> option include a signed receipt request. Indicate requests should
4c583c36 426be provided by all recipient or first tier recipients (those mailed directly
41f81a01
DSH
427and not from a mailing list). Ignored it B<-receipt_request_from> is included.
428
e8769719 429=item B<-receipt_request_from> I<emailaddress>
41f81a01 430
c4de074e 431For B<-sign> option include a signed receipt request. Add an explicit email
41f81a01
DSH
432address where receipts should be supplied.
433
e8769719 434=item B<-receipt_request_to> I<emailaddress>
41f81a01 435
1bc74519 436Add an explicit email address where signed receipts should be sent to. This
41f81a01
DSH
437option B<must> but supplied if a signed receipt it requested.
438
439=item B<-receipt_request_print>
440
441For the B<-verify> operation print out the contents of any signed receipt
442requests.
443
65718c51
RS
444=item B<-pwri_password> I<password>
445
446Specify password for recipient.
447
e8769719 448=item B<-secretkey> I<key>
7122aafc 449
c4de074e 450Specify symmetric key to use. The key must be supplied in hex format and be
7122aafc 451consistent with the algorithm used. Supported by the B<-EncryptedData_encrypt>
4c583c36 452B<-EncryptedData_decrypt>, B<-encrypt> and B<-decrypt> options. When used
7122aafc
DSH
453with B<-encrypt> or B<-decrypt> the supplied key is used to wrap or unwrap the
454content encryption key using an AES key in the B<KEKRecipientInfo> type.
455
e8769719 456=item B<-secretkeyid> I<id>
7122aafc 457
c4de074e 458The key identifier for the supplied symmetric key for B<KEKRecipientInfo> type.
7122aafc 459This option B<must> be present if the B<-secretkey> option is used with
2f0ea936 460B<-encrypt>. With B<-decrypt> operations the I<id> is used to locate the
7122aafc
DSH
461relevant key if it is not supplied then an attempt is used to decrypt any
462B<KEKRecipientInfo> structures.
463
e8769719 464=item B<-econtent_type> I<type>
7122aafc 465
2f0ea936
RL
466Set the encapsulated content type to I<type> if not supplied the B<Data> type
467is used. The I<type> argument can be any valid OID name in either text or
1bc74519 468numerical format.
7122aafc 469
e8769719 470=item B<-inkey> I<file>
7122aafc 471
c4de074e 472The private key to use when signing or decrypting. This must match the
7122aafc
DSH
473corresponding certificate. If this option is not specified then the
474private key must be included in the certificate file specified with
475the B<-recip> or B<-signer> file. When signing this option can be used
476multiple times to specify successive keys.
477
e8769719 478=item B<-keyopt> I<name>:I<parameter>
4bf4a650 479
c4de074e 480For signing and encryption this option can be used multiple times to
4bf4a650 481set customised parameters for the preceding key or certificate. It can
dfcb42c6
DSH
482currently be used to set RSA-PSS for signing, RSA-OAEP for encryption
483or to modify default parameters for ECDH.
4bf4a650 484
e8769719 485=item B<-passin> I<arg>
7122aafc 486
c4de074e 487The private key password source. For more information about the format of B<arg>
3a4e43de 488see L<openssl(1)/Pass Phrase Options>.
7122aafc 489
e8769719 490=item B<-to>, B<-from>, B<-subject>
7122aafc 491
c4de074e 492The relevant mail headers. These are included outside the signed
7122aafc
DSH
493portion of a message so they may be included manually. If signing
494then many S/MIME mail clients check the signers certificate's email
495address matches that specified in the From: address.
496
21d08b9e 497{- $OpenSSL::safe::opt_v_item -}
e5fa864f 498
21d08b9e 499Any verification errors cause the command to exit.
e5fa864f 500
9fcb9702
RS
501{- $OpenSSL::safe::opt_trust_item -}
502
503{- $OpenSSL::safe::opt_r_item -}
504
65718c51
RS
505{- $OpenSSL::safe::opt_engine_item -}
506
6bd4e3f2
P
507{- $OpenSSL::safe::opt_provider_item -}
508
c1669f41
SL
509{- $OpenSSL::safe::opt_config_item -}
510
6d382c74 511=item I<recipient-cert> ...
9fcb9702
RS
512
513One or more certificates of message recipients: used when encrypting
514a message.
515
7122aafc
DSH
516=back
517
518=head1 NOTES
519
520The MIME message must be sent without any blank lines between the
521headers and the output. Some mail programs will automatically add
522a blank line. Piping the mail directly to sendmail is one way to
523achieve the correct format.
524
525The supplied message to be signed or encrypted must include the
60250017 526necessary MIME headers or many S/MIME clients won't display it
7122aafc
DSH
527properly (if at all). You can use the B<-text> option to automatically
528add plain text headers.
529
530A "signed and encrypted" message is one where a signed message is
531then encrypted. This can be produced by encrypting an already signed
532message: see the examples section.
533
534This version of the program only allows one signer per message but it
535will verify multiple signers on received messages. Some S/MIME clients
536choke if a message contains multiple signers. It is possible to sign
537messages "in parallel" by signing an already signed message.
538
539The options B<-encrypt> and B<-decrypt> reflect common usage in S/MIME
540clients. Strictly speaking these process CMS enveloped data: CMS
541encrypted data is used for other purposes.
542
543The B<-resign> option uses an existing message digest when adding a new
544signer. This means that attributes must be present in at least one existing
545signer using the same message digest or this operation will fail.
546
e4ef2e25 547The B<-stream> and B<-indef> options enable streaming I/O support.
7122aafc
DSH
548As a result the encoding is BER using indefinite length constructed encoding
549and no longer DER. Streaming is supported for the B<-encrypt> operation and the
550B<-sign> operation if the content is not detached.
551
552Streaming is always used for the B<-sign> operation with detached data but
553since the content is no longer part of the CMS structure the encoding
554remains DER.
555
0dd5b94a
DSH
556If the B<-decrypt> option is used without a recipient certificate then an
557attempt is made to locate the recipient by trying each potential recipient
558in turn using the supplied private key. To thwart the MMA attack
559(Bleichenbacher's attack on PKCS #1 v1.5 RSA padding) all recipients are
560tried whether they succeed or not and if no recipients match the message
1bc74519 561is "decrypted" using a random key which will typically output garbage.
0dd5b94a
DSH
562The B<-debug_decrypt> option can be used to disable the MMA attack protection
563and return an error if no recipient can be found: this option should be used
9b86974e 564with caution. For a fuller description see L<CMS_decrypt(3)>).
0dd5b94a 565
485d3361 566=head1 CADES BASIC ELECTRONIC SIGNATURE (CADES-BES)
e85d19c6
AI
567
568A CAdES Basic Electronic Signature (CAdES-BES), as defined in the European Standard ETSI EN 319 122-1 V1.1.1, contains:
569
570=over 4
571
572=item *
573
574The signed user data as defined in CMS (RFC 3852);
575
576=item *
577
578Content-type of the EncapsulatedContentInfo value being signed;
579
580=item *
581
582Message-digest of the eContent OCTET STRING within encapContentInfo being signed;
583
584=item *
585
9e3c510b
F
586An ESS signing-certificate or ESS signing-certificate-v2 attribute, as defined
587in Enhanced Security Services (ESS), RFC 2634 and RFC 5035.
e85d19c6
AI
588An ESS signing-certificate attribute only allows for the use of SHA-1 as a digest algorithm.
589An ESS signing-certificate-v2 attribute allows for the use of any digest algorithm.
590
591=item *
592
593The digital signature value computed on the user data and, when present, on the signed attributes.
594
9e3c510b
F
595NOTE that the B<-cades> option applies to the B<-sign> or B<-verify> operations.
596With this option, the B<-verify> operation also checks that the signing-certificates
597attribute is present, and its value matches the verification trust chain built
598during the verification process.
e85d19c6
AI
599
600=back
601
7122aafc
DSH
602=head1 EXIT CODES
603
604=over 4
605
c8919dde 606=item Z<>0
7122aafc 607
c4de074e 608The operation was completely successfully.
7122aafc 609
c8919dde 610=item Z<>1
7122aafc 611
c4de074e 612An error occurred parsing the command options.
7122aafc 613
c8919dde 614=item Z<>2
7122aafc 615
c4de074e 616One of the input files could not be read.
7122aafc 617
c8919dde 618=item Z<>3
7122aafc 619
c4de074e 620An error occurred creating the CMS file or when reading the MIME
7122aafc
DSH
621message.
622
c8919dde 623=item Z<>4
7122aafc 624
c4de074e 625An error occurred decrypting or verifying the message.
7122aafc 626
c8919dde 627=item Z<>5
7122aafc 628
c4de074e 629The message was verified correctly but an error occurred writing out
7122aafc
DSH
630the signers certificates.
631
632=back
633
485d3361 634=head1 COMPATIBILITY WITH PKCS#7 FORMAT
7122aafc 635
35a810bb
RL
636L<openssl-smime(1)> can only process the older B<PKCS#7> format.
637B<openssl cms> supports Cryptographic Message Syntax format.
638Use of some features will result in messages which cannot be processed by
639applications which only support the older format. These are detailed below.
7122aafc
DSH
640
641The use of the B<-keyid> option with B<-sign> or B<-encrypt>.
642
e8769719 643The B<-outform> I<PEM> option uses different headers.
7122aafc
DSH
644
645The B<-compress> option.
646
647The B<-secretkey> option when used with B<-encrypt>.
648
dfcb42c6
DSH
649The use of PSS with B<-sign>.
650
651The use of OAEP or non-RSA keys with B<-encrypt>.
652
7122aafc 653Additionally the B<-EncryptedData_create> and B<-data_create> type cannot
35a810bb 654be processed by the older L<openssl-smime(1)> command.
7122aafc
DSH
655
656=head1 EXAMPLES
657
658Create a cleartext signed message:
659
660 openssl cms -sign -in message.txt -text -out mail.msg \
1bc74519 661 -signer mycert.pem
7122aafc
DSH
662
663Create an opaque signed message
664
665 openssl cms -sign -in message.txt -text -out mail.msg -nodetach \
1bc74519 666 -signer mycert.pem
7122aafc
DSH
667
668Create a signed message, include some additional certificates and
669read the private key from another file:
670
671 openssl cms -sign -in in.txt -text -out mail.msg \
1bc74519 672 -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
7122aafc
DSH
673
674Create a signed message with two signers, use key identifier:
675
676 openssl cms -sign -in message.txt -text -out mail.msg \
1bc74519 677 -signer mycert.pem -signer othercert.pem -keyid
7122aafc
DSH
678
679Send a signed message under Unix directly to sendmail, including headers:
680
681 openssl cms -sign -in in.txt -text -signer mycert.pem \
1bc74519
RS
682 -from steve@openssl.org -to someone@somewhere \
683 -subject "Signed message" | sendmail someone@somewhere
7122aafc
DSH
684
685Verify a message and extract the signer's certificate if successful:
686
687 openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
688
689Send encrypted mail using triple DES:
690
691 openssl cms -encrypt -in in.txt -from steve@openssl.org \
1bc74519
RS
692 -to someone@somewhere -subject "Encrypted message" \
693 -des3 user.pem -out mail.msg
7122aafc
DSH
694
695Sign and encrypt mail:
696
697 openssl cms -sign -in ml.txt -signer my.pem -text \
1bc74519
RS
698 | openssl cms -encrypt -out mail.msg \
699 -from steve@openssl.org -to someone@somewhere \
700 -subject "Signed and Encrypted message" -des3 user.pem
7122aafc
DSH
701
702Note: the encryption command does not include the B<-text> option because the
703message being encrypted already has MIME headers.
704
705Decrypt mail:
706
707 openssl cms -decrypt -in mail.msg -recip mycert.pem -inkey key.pem
708
709The output from Netscape form signing is a PKCS#7 structure with the
710detached signature format. You can use this program to verify the
711signature by line wrapping the base64 encoded structure and surrounding
712it with:
713
714 -----BEGIN PKCS7-----
715 -----END PKCS7-----
716
1bc74519 717and using the command,
7122aafc
DSH
718
719 openssl cms -verify -inform PEM -in signature.pem -content content.txt
720
721alternatively you can base64 decode the signature and use
722
723 openssl cms -verify -inform DER -in signature.der -content content.txt
724
725Create an encrypted message using 128 bit Camellia:
726
727 openssl cms -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem
728
729Add a signer to an existing message:
730
731 openssl cms -resign -in mail.msg -signer newsign.pem -out mail2.msg
732
4bf4a650
DSH
733Sign mail using RSA-PSS:
734
735 openssl cms -sign -in message.txt -text -out mail.msg \
1bc74519 736 -signer mycert.pem -keyopt rsa_padding_mode:pss
4bf4a650
DSH
737
738Create encrypted mail using RSA-OAEP:
739
dfcb42c6 740 openssl cms -encrypt -in plain.txt -out mail.msg \
1bc74519 741 -recip cert.pem -keyopt rsa_padding_mode:oaep
4bf4a650 742
dfcb42c6
DSH
743Use SHA256 KDF with an ECDH certificate:
744
745 openssl cms -encrypt -in plain.txt -out mail.msg \
1bc74519 746 -recip ecdhcert.pem -keyopt ecdh_kdf_md:sha256
dfcb42c6 747
7122aafc
DSH
748=head1 BUGS
749
750The MIME parser isn't very clever: it seems to handle most messages that I've
751thrown at it but it may choke on others.
752
753The code currently will only write out the signer's certificate to a file: if
754the signer has a separate encryption certificate this must be manually
755extracted. There should be some heuristic that determines the correct
756encryption certificate.
757
758Ideally a database should be maintained of a certificates for each email
759address.
760
761The code doesn't currently take note of the permitted symmetric encryption
762algorithms as supplied in the SMIMECapabilities signed attribute. this means the
763user has to manually include the correct encryption algorithm. It should store
764the list of permitted ciphers in a database and only use those.
765
766No revocation checking is done on the signer's certificate.
767
fd3397fc
RL
768=head1 SEE ALSO
769
770L<ossl_store-file(7)>
771
7122aafc
DSH
772=head1 HISTORY
773
774The use of multiple B<-signer> options and the B<-resign> command were first
ecd4b8fe 775added in OpenSSL 1.0.0.
4bf4a650 776
2f0ea936 777The B<-keyopt> option was added in OpenSSL 1.0.2.
4bf4a650 778
fc5ecadd 779Support for RSA-OAEP and RSA-PSS was added in OpenSSL 1.0.2.
7122aafc 780
fc5ecadd
DMSP
781The use of non-RSA keys with B<-encrypt> and B<-decrypt>
782was added in OpenSSL 1.0.2.
dfcb42c6 783
fc5ecadd 784The -no_alt_chains option was added in OpenSSL 1.0.2b.
fa7b0111 785
6d382c74
DDO
786All B<-keyform> values except B<ENGINE> have become obsolete in OpenSSL 3.0.0
787and have no effect.
788
922f1565
DB
789The B<-nameopt> option was added in OpenSSL 3.0.0.
790
0f221d9c
P
791The B<-engine> option was deprecated in OpenSSL 3.0.
792
e2f92610
RS
793=head1 COPYRIGHT
794
33388b44 795Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved.
e2f92610 796
449040b4 797Licensed under the Apache License 2.0 (the "License"). You may not use
e2f92610
RS
798this file except in compliance with the License. You can obtain a copy
799in the file LICENSE in the source distribution or at
800L<https://www.openssl.org/source/license.html>.
801
802=cut