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