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