add references to verify(1) man page for args_verify() options
[openssl.git] / doc / apps / cms.pod
1 =pod
2
3 =head1 NAME
4
5 cms - CMS utility
6
7 =head1 SYNOPSIS
8
9 B<openssl> B<cms>
10 [B<-encrypt>]
11 [B<-decrypt>]
12 [B<-sign>]
13 [B<-verify>]
14 [B<-cmsout>]
15 [B<-resign>]
16 [B<-data_create>]
17 [B<-data_out>]
18 [B<-digest_create>]
19 [B<-digest_verify>]
20 [B<-compress>]
21 [B<-uncompress>]
22 [B<-EncryptedData_encrypt>]
23 [B<-sign_receipt>]
24 [B<-verify_receipt receipt>]
25 [B<-in filename>]
26 [B<-inform SMIME|PEM|DER>]
27 [B<-rctform SMIME|PEM|DER>]
28 [B<-out filename>]
29 [B<-outform SMIME|PEM|DER>]
30 [B<-stream -indef -noindef>]
31 [B<-noindef>]
32 [B<-content filename>]
33 [B<-text>]
34 [B<-noout>]
35 [B<-print>]
36 [B<-CAfile file>]
37 [B<-CApath dir>]
38 [B<-attime timestamp>]
39 [B<-check_ss_sig>]
40 [B<-crl_check>]
41 [B<-crl_check_all>]
42 [B<-explicit_policy>]
43 [B<-extended_crl>]
44 [B<-ignore_critical>]
45 [B<-inhibit_any>]
46 [B<-inhibit_map>]
47 [B<-issuer_checks>]
48 [B<-partial_chain>]
49 [B<-policy arg>]
50 [B<-policy_check>]
51 [B<-policy_print>]
52 [B<-purpose purpose>]
53 [B<-suiteB_128>]
54 [B<-suiteB_128_only>]
55 [B<-suiteB_192>]
56 [B<-trusted_first>]
57 [B<-use_deltas>]
58 [B<-verify_depth num>]
59 [B<-verify_email email>]
60 [B<-verify_hostname hostname>]
61 [B<-verify_ip ip>]
62 [B<-verify_name name>]
63 [B<-x509_strict>]
64 [B<-md digest>]
65 [B<-[cipher]>]
66 [B<-nointern>]
67 [B<-no_signer_cert_verify>]
68 [B<-nocerts>]
69 [B<-noattr>]
70 [B<-nosmimecap>]
71 [B<-binary>]
72 [B<-asciicrlf>]
73 [B<-nodetach>]
74 [B<-certfile file>]
75 [B<-certsout file>]
76 [B<-signer file>]
77 [B<-recip file>]
78 [B<-keyid>]
79 [B<-receipt_request_all -receipt_request_first>]
80 [B<-receipt_request_from emailaddress>]
81 [B<-receipt_request_to emailaddress>]
82 [B<-receipt_request_print>]
83 [B<-secretkey key>]
84 [B<-secretkeyid id>]
85 [B<-econtent_type type>]
86 [B<-inkey file>]
87 [B<-keyopt name:parameter>]
88 [B<-passin arg>]
89 [B<-rand file(s)>]
90 [B<cert.pem...>]
91 [B<-to addr>]
92 [B<-from addr>]
93 [B<-subject subj>]
94 [cert.pem]...
95
96 =head1 DESCRIPTION
97
98 The B<cms> command handles S/MIME v3.1 mail. It can encrypt, decrypt, sign and
99 verify, compress and uncompress S/MIME messages.
100
101 =head1 COMMAND OPTIONS
102
103 There are fourteen operation options that set the type of operation to be
104 performed. The meaning of the other options varies according to the operation
105 type.
106
107 =over 4
108
109 =item B<-encrypt>
110
111 encrypt mail for the given recipient certificates. Input file is the message
112 to be encrypted. The output file is the encrypted mail in MIME format. The
113 actual CMS type is <B>EnvelopedData<B>.
114
115 =item B<-decrypt>
116
117 decrypt mail using the supplied certificate and private key. Expects an
118 encrypted mail message in MIME format for the input file. The decrypted mail
119 is written to the output file.
120
121 =item B<-debug_decrypt>
122
123 this option sets the B<CMS_DEBUG_DECRYPT> flag. This option should be used
124 with caution: see the notes section below.
125
126 =item B<-sign>
127
128 sign mail using the supplied certificate and private key. Input file is
129 the message to be signed. The signed message in MIME format is written
130 to the output file.
131
132 =item B<-verify>
133
134 verify signed mail. Expects a signed mail message on input and outputs
135 the signed data. Both clear text and opaque signing is supported.
136
137 =item B<-cmsout>
138
139 takes an input message and writes out a PEM encoded CMS structure.
140
141 =item B<-resign>
142
143 resign a message: take an existing message and one or more new signers.
144
145 =item B<-data_create>
146
147 Create a CMS B<Data> type.
148
149 =item B<-data_out>
150
151 B<Data> type and output the content.
152
153 =item B<-digest_create>
154
155 Create a CMS B<DigestedData> type.
156
157 =item B<-digest_verify>
158
159 Verify a CMS B<DigestedData> type and output the content.
160
161 =item B<-compress>
162
163 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>
164 support for this option to work, otherwise it will output an error.
165
166 =item B<-uncompress>
167
168 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
169 compiled with B<zlib> support for this option to work, otherwise it will
170 output an error.
171
172 =item B<-EncryptedData_encrypt>
173
174 Encrypt suppled content using supplied symmetric key and algorithm using a CMS
175 B<EncrytedData> type and output the content.
176
177 =item B<-sign_receipt>
178
179 Generate and output a signed receipt for the supplied message. The input 
180 message B<must> contain a signed receipt request. Functionality is otherwise
181 similar to the B<-sign> operation.
182
183 =item B<-verify_receipt receipt>
184
185 Verify a signed receipt in filename B<receipt>. The input message B<must> 
186 contain the original receipt request. Functionality is otherwise similar
187 to the B<-verify> operation.
188
189 =item B<-in filename>
190
191 the input message to be encrypted or signed or the message to be decrypted
192 or verified.
193
194 =item B<-inform SMIME|PEM|DER>
195
196 this specifies the input format for the CMS structure. The default
197 is B<SMIME> which reads an S/MIME format message. B<PEM> and B<DER>
198 format change this to expect PEM and DER format CMS structures
199 instead. This currently only affects the input format of the CMS
200 structure, if no CMS structure is being input (for example with
201 B<-encrypt> or B<-sign>) this option has no effect.
202
203 =item B<-rctform SMIME|PEM|DER>
204
205 specify the format for a signed receipt for use with the B<-receipt_verify>
206 operation.
207
208 =item B<-out filename>
209
210 the message text that has been decrypted or verified or the output MIME
211 format message that has been signed or verified.
212
213 =item B<-outform SMIME|PEM|DER>
214
215 this specifies the output format for the CMS structure. The default
216 is B<SMIME> which writes an S/MIME format message. B<PEM> and B<DER>
217 format change this to write PEM and DER format CMS structures
218 instead. This currently only affects the output format of the CMS
219 structure, if no CMS structure is being output (for example with
220 B<-verify> or B<-decrypt>) this option has no effect.
221
222 =item B<-stream -indef -noindef>
223
224 the B<-stream> and B<-indef> options are equivalent and enable streaming I/O
225 for encoding operations. This permits single pass processing of data without
226 the need to hold the entire contents in memory, potentially supporting very
227 large files. Streaming is automatically set for S/MIME signing with detached
228 data if the output format is B<SMIME> it is currently off by default for all
229 other operations.
230
231 =item B<-noindef>
232
233 disable streaming I/O where it would produce and indefinite length constructed
234 encoding. This option currently has no effect. In future streaming will be
235 enabled by default on all relevant operations and this option will disable it.
236
237 =item B<-content filename>
238
239 This specifies a file containing the detached content, this is only
240 useful with the B<-verify> command. This is only usable if the CMS
241 structure is using the detached signature form where the content is
242 not included. This option will override any content if the input format
243 is S/MIME and it uses the multipart/signed MIME content type.
244
245 =item B<-text>
246
247 this option adds plain text (text/plain) MIME headers to the supplied
248 message if encrypting or signing. If decrypting or verifying it strips
249 off text headers: if the decrypted or verified message is not of MIME 
250 type text/plain then an error occurs.
251
252 =item B<-noout>
253
254 for the B<-cmsout> operation do not output the parsed CMS structure. This
255 is useful when combined with the B<-print> option or if the syntax of the CMS
256 structure is being checked.
257
258 =item B<-print>
259
260 for the B<-cmsout> operation print out all fields of the CMS structure. This
261 is mainly useful for testing purposes.
262
263 =item B<-CAfile file>
264
265 a file containing trusted CA certificates, only used with B<-verify>.
266
267 =item B<-CApath dir>
268
269 a directory containing trusted CA certificates, only used with
270 B<-verify>. This directory must be a standard certificate directory: that
271 is a hash of each subject name (using B<x509 -hash>) should be linked
272 to each certificate.
273
274 =item B<-md digest>
275
276 digest algorithm to use when signing or resigning. If not present then the
277 default digest algorithm for the signing key will be used (usually SHA1).
278
279 =item B<-[cipher]>
280
281 the encryption algorithm to use. For example triple DES (168 bits) - B<-des3>
282 or 256 bit AES - B<-aes256>. Any standard algorithm name (as used by the
283 EVP_get_cipherbyname() function) can also be used preceded by a dash, for 
284 example B<-aes_128_cbc>. See L<B<enc>|enc(1)> for a list of ciphers
285 supported by your version of OpenSSL.
286
287 If not specified triple DES is used. Only used with B<-encrypt> and 
288 B<-EncryptedData_create> commands.
289
290 =item B<-nointern>
291
292 when verifying a message normally certificates (if any) included in
293 the message are searched for the signing certificate. With this option
294 only the certificates specified in the B<-certfile> option are used.
295 The supplied certificates can still be used as untrusted CAs however.
296
297 =item B<-no_signer_cert_verify>
298
299 do not verify the signers certificate of a signed message.
300
301 =item B<-nocerts>
302
303 when signing a message the signer's certificate is normally included
304 with this option it is excluded. This will reduce the size of the
305 signed message but the verifier must have a copy of the signers certificate
306 available locally (passed using the B<-certfile> option for example).
307
308 =item B<-noattr>
309
310 normally when a message is signed a set of attributes are included which
311 include the signing time and supported symmetric algorithms. With this
312 option they are not included.
313
314 =item B<-nosmimecap>
315
316 exclude the list of supported algorithms from signed attributes, other options
317 such as signing time and content type are still included.
318
319 =item B<-binary>
320
321 normally the input message is converted to "canonical" format which is
322 effectively using CR and LF as end of line: as required by the S/MIME
323 specification. When this option is present no translation occurs. This
324 is useful when handling binary data which may not be in MIME format.
325
326 =item B<-asciicrlf>
327
328 when signing use ASCII CRLF format canonicalisation. This strips trailing
329 whitespace from all lines, deletes trailing blank lines at EOF and sets
330 the encapsulated content type. This option is normally used with detached
331 content and an output signature format of DER. This option is not normally
332 needed when verifying as it is enabled automatically if the encapsulated
333 content format is detected.
334
335 =item B<-nodetach>
336
337 when signing a message use opaque signing: this form is more resistant
338 to translation by mail relays but it cannot be read by mail agents that
339 do not support S/MIME.  Without this option cleartext signing with
340 the MIME type multipart/signed is used.
341
342 =item B<-certfile file>
343
344 allows additional certificates to be specified. When signing these will
345 be included with the message. When verifying these will be searched for
346 the signers certificates. The certificates should be in PEM format.
347
348 =item B<-certsout file>
349
350 any certificates contained in the message are written to B<file>.
351
352 =item B<-signer file>
353
354 a signing certificate when signing or resigning a message, this option can be
355 used multiple times if more than one signer is required. If a message is being
356 verified then the signers certificates will be written to this file if the
357 verification was successful.
358
359 =item B<-recip file>
360
361 when decrypting a message this specifies the recipients certificate. The
362 certificate must match one of the recipients of the message or an error
363 occurs.
364
365 When encrypting a message this option may be used multiple times to specify
366 each recipient. This form B<must> be used if customised parameters are
367 required (for example to specify RSA-OAEP).
368
369 =item B<-keyid>
370
371 use subject key identifier to identify certificates instead of issuer name and
372 serial number. The supplied certificate B<must> include a subject key
373 identifier extension. Supported by B<-sign> and B<-encrypt> options.
374
375 =item B<-receipt_request_all -receipt_request_first>
376
377 for B<-sign> option include a signed receipt request. Indicate requests should
378 be provided by all receipient or first tier recipients (those mailed directly
379 and not from a mailing list). Ignored it B<-receipt_request_from> is included.
380
381 =item B<-receipt_request_from emailaddress>
382
383 for B<-sign> option include a signed receipt request. Add an explicit email
384 address where receipts should be supplied.
385
386 =item B<-receipt_request_to emailaddress>
387
388 Add an explicit email address where signed receipts should be sent to. This 
389 option B<must> but supplied if a signed receipt it requested.
390
391 =item B<-receipt_request_print>
392
393 For the B<-verify> operation print out the contents of any signed receipt
394 requests.
395
396 =item B<-secretkey key>
397
398 specify symmetric key to use. The key must be supplied in hex format and be
399 consistent with the algorithm used. Supported by the B<-EncryptedData_encrypt>
400 B<-EncrryptedData_decrypt>, B<-encrypt> and B<-decrypt> options. When used
401 with B<-encrypt> or B<-decrypt> the supplied key is used to wrap or unwrap the
402 content encryption key using an AES key in the B<KEKRecipientInfo> type.
403
404 =item B<-secretkeyid id>
405
406 the key identifier for the supplied symmetric key for B<KEKRecipientInfo> type.
407 This option B<must> be present if the B<-secretkey> option is used with
408 B<-encrypt>. With B<-decrypt> operations the B<id> is used to locate the
409 relevant key if it is not supplied then an attempt is used to decrypt any
410 B<KEKRecipientInfo> structures.
411
412 =item B<-econtent_type type>
413
414 set the encapsulated content type to B<type> if not supplied the B<Data> type
415 is used. The B<type> argument can be any valid OID name in either text or
416 numerical format. 
417
418 =item B<-inkey file>
419
420 the private key to use when signing or decrypting. This must match the
421 corresponding certificate. If this option is not specified then the
422 private key must be included in the certificate file specified with
423 the B<-recip> or B<-signer> file. When signing this option can be used
424 multiple times to specify successive keys.
425
426 =item B<-keyopt name:opt>
427
428 for signing and encryption this option can be used multiple times to
429 set customised parameters for the preceding key or certificate. It can
430 currently be used to set RSA-PSS for signing, RSA-OAEP for encryption
431 or to modify default parameters for ECDH.
432
433 =item B<-passin arg>
434
435 the private key password source. For more information about the format of B<arg>
436 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
437
438 =item B<-rand file(s)>
439
440 a file or files containing random data used to seed the random number
441 generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
442 Multiple files can be specified separated by a OS-dependent character.
443 The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
444 all others.
445
446 =item B<cert.pem...>
447
448 one or more certificates of message recipients: used when encrypting
449 a message. 
450
451 =item B<-to, -from, -subject>
452
453 the relevant mail headers. These are included outside the signed
454 portion of a message so they may be included manually. If signing
455 then many S/MIME mail clients check the signers certificate's email
456 address matches that specified in the From: address.
457
458 =item B<-attime>, B<-check_ss_sig>, B<-crl_check>, B<-crl_check_all>,
459 B<explicit_policy>, B<-extended_crl>, B<-ignore_critical>, B<-inhibit_any>,
460 B<-inhibit_map>, B<-issuer_checks>, B<-partial_chain>, B<-policy>,
461 B<-policy_check>, B<-policy_print>, B<-purpose>, B<-suiteB_128>,
462 B<-suiteB_128_only>, B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>,
463 B<-verify_depth>, B<-verify_email>, B<-verify_hostname>, B<-verify_ip>,
464 B<-verify_name>, B<-x509_strict>
465
466 Set various certificate chain valiadition options. See the
467 L<B<verify>|verify(1)> manual page for details.
468
469 =back
470
471 =head1 NOTES
472
473 The MIME message must be sent without any blank lines between the
474 headers and the output. Some mail programs will automatically add
475 a blank line. Piping the mail directly to sendmail is one way to
476 achieve the correct format.
477
478 The supplied message to be signed or encrypted must include the
479 necessary MIME headers or many S/MIME clients wont display it
480 properly (if at all). You can use the B<-text> option to automatically
481 add plain text headers.
482
483 A "signed and encrypted" message is one where a signed message is
484 then encrypted. This can be produced by encrypting an already signed
485 message: see the examples section.
486
487 This version of the program only allows one signer per message but it
488 will verify multiple signers on received messages. Some S/MIME clients
489 choke if a message contains multiple signers. It is possible to sign
490 messages "in parallel" by signing an already signed message.
491
492 The options B<-encrypt> and B<-decrypt> reflect common usage in S/MIME
493 clients. Strictly speaking these process CMS enveloped data: CMS
494 encrypted data is used for other purposes.
495
496 The B<-resign> option uses an existing message digest when adding a new
497 signer. This means that attributes must be present in at least one existing
498 signer using the same message digest or this operation will fail.
499
500 The B<-stream> and B<-indef> options enable experimental streaming I/O support.
501 As a result the encoding is BER using indefinite length constructed encoding
502 and no longer DER. Streaming is supported for the B<-encrypt> operation and the
503 B<-sign> operation if the content is not detached.
504
505 Streaming is always used for the B<-sign> operation with detached data but
506 since the content is no longer part of the CMS structure the encoding
507 remains DER.
508
509 If the B<-decrypt> option is used without a recipient certificate then an
510 attempt is made to locate the recipient by trying each potential recipient
511 in turn using the supplied private key. To thwart the MMA attack
512 (Bleichenbacher's attack on PKCS #1 v1.5 RSA padding) all recipients are
513 tried whether they succeed or not and if no recipients match the message
514 is "decrypted" using a random key which will typically output garbage. 
515 The B<-debug_decrypt> option can be used to disable the MMA attack protection
516 and return an error if no recipient can be found: this option should be used
517 with caution. For a fuller description see L<CMS_decrypt(3)|CMS_decrypt(3)>).
518
519 =head1 EXIT CODES
520
521 =over 4
522
523 =item Z<>0
524
525 the operation was completely successfully.
526
527 =item Z<>1
528
529 an error occurred parsing the command options.
530
531 =item Z<>2
532
533 one of the input files could not be read.
534
535 =item Z<>3
536
537 an error occurred creating the CMS file or when reading the MIME
538 message.
539
540 =item Z<>4
541
542 an error occurred decrypting or verifying the message.
543
544 =item Z<>5
545
546 the message was verified correctly but an error occurred writing out
547 the signers certificates.
548
549 =back
550
551 =head1 COMPATIBILITY WITH PKCS#7 format.
552
553 The B<smime> utility can only process the older B<PKCS#7> format. The B<cms>
554 utility supports Cryptographic Message Syntax format. Use of some features
555 will result in messages which cannot be processed by applications which only
556 support the older format. These are detailed below.
557
558 The use of the B<-keyid> option with B<-sign> or B<-encrypt>.
559
560 The B<-outform PEM> option uses different headers.
561
562 The B<-compress> option.
563
564 The B<-secretkey> option when used with B<-encrypt>.
565
566 The use of PSS with B<-sign>.
567
568 The use of OAEP or non-RSA keys with B<-encrypt>.
569
570 Additionally the B<-EncryptedData_create> and B<-data_create> type cannot
571 be processed by the older B<smime> command.
572
573 =head1 EXAMPLES
574
575 Create a cleartext signed message:
576
577  openssl cms -sign -in message.txt -text -out mail.msg \
578         -signer mycert.pem
579
580 Create an opaque signed message
581
582  openssl cms -sign -in message.txt -text -out mail.msg -nodetach \
583         -signer mycert.pem
584
585 Create a signed message, include some additional certificates and
586 read the private key from another file:
587
588  openssl cms -sign -in in.txt -text -out mail.msg \
589         -signer mycert.pem -inkey mykey.pem -certfile mycerts.pem
590
591 Create a signed message with two signers, use key identifier:
592
593  openssl cms -sign -in message.txt -text -out mail.msg \
594         -signer mycert.pem -signer othercert.pem -keyid
595
596 Send a signed message under Unix directly to sendmail, including headers:
597
598  openssl cms -sign -in in.txt -text -signer mycert.pem \
599         -from steve@openssl.org -to someone@somewhere \
600         -subject "Signed message" | sendmail someone@somewhere
601
602 Verify a message and extract the signer's certificate if successful:
603
604  openssl cms -verify -in mail.msg -signer user.pem -out signedtext.txt
605
606 Send encrypted mail using triple DES:
607
608  openssl cms -encrypt -in in.txt -from steve@openssl.org \
609         -to someone@somewhere -subject "Encrypted message" \
610         -des3 user.pem -out mail.msg
611
612 Sign and encrypt mail:
613
614  openssl cms -sign -in ml.txt -signer my.pem -text \
615         | openssl cms -encrypt -out mail.msg \
616         -from steve@openssl.org -to someone@somewhere \
617         -subject "Signed and Encrypted message" -des3 user.pem
618
619 Note: the encryption command does not include the B<-text> option because the
620 message being encrypted already has MIME headers.
621
622 Decrypt mail:
623
624  openssl cms -decrypt -in mail.msg -recip mycert.pem -inkey key.pem
625
626 The output from Netscape form signing is a PKCS#7 structure with the
627 detached signature format. You can use this program to verify the
628 signature by line wrapping the base64 encoded structure and surrounding
629 it with:
630
631  -----BEGIN PKCS7-----
632  -----END PKCS7-----
633
634 and using the command, 
635
636  openssl cms -verify -inform PEM -in signature.pem -content content.txt
637
638 alternatively you can base64 decode the signature and use
639
640  openssl cms -verify -inform DER -in signature.der -content content.txt
641
642 Create an encrypted message using 128 bit Camellia:
643
644  openssl cms -encrypt -in plain.txt -camellia128 -out mail.msg cert.pem
645
646 Add a signer to an existing message:
647
648  openssl cms -resign -in mail.msg -signer newsign.pem -out mail2.msg
649
650 Sign mail using RSA-PSS:
651
652  openssl cms -sign -in message.txt -text -out mail.msg \
653         -signer mycert.pem -keyopt rsa_padding_mode:pss
654
655 Create encrypted mail using RSA-OAEP:
656
657  openssl cms -encrypt -in plain.txt -out mail.msg \
658         -recip cert.pem -keyopt rsa_padding_mode:oaep
659
660 Use SHA256 KDF with an ECDH certificate:
661
662  openssl cms -encrypt -in plain.txt -out mail.msg \
663         -recip ecdhcert.pem -keyopt ecdh_kdf_md:sha256
664
665 =head1 BUGS
666
667 The MIME parser isn't very clever: it seems to handle most messages that I've
668 thrown at it but it may choke on others.
669
670 The code currently will only write out the signer's certificate to a file: if
671 the signer has a separate encryption certificate this must be manually
672 extracted. There should be some heuristic that determines the correct
673 encryption certificate.
674
675 Ideally a database should be maintained of a certificates for each email
676 address.
677
678 The code doesn't currently take note of the permitted symmetric encryption
679 algorithms as supplied in the SMIMECapabilities signed attribute. this means the
680 user has to manually include the correct encryption algorithm. It should store
681 the list of permitted ciphers in a database and only use those.
682
683 No revocation checking is done on the signer's certificate.
684
685 =head1 HISTORY
686
687 The use of multiple B<-signer> options and the B<-resign> command were first
688 added in OpenSSL 1.0.0
689
690 The B<keyopt> option was first added in OpenSSL 1.1.0
691
692 The use of B<-recip> to specify the recipient when encrypting mail was first
693 added to OpenSSL 1.1.0
694
695 Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.1.0. 
696
697 The use of non-RSA keys with B<-encrypt> and B<-decrypt> was first added
698 to OpenSSL 1.1.0.
699
700 =cut