Remove reference to old DH files.
[openssl.git] / doc / man1 / openssl-x509.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-x509 - Certificate display and signing command
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<x509>
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
14 [B<-keyform> B<DER>|B<PEM>|B<ENGINE>]
15 [B<-CAform> B<DER>|B<PEM>]
16 [B<-CAkeyform> B<DER>|B<PEM>|B<ENGINE>]
17 [B<-in> I<filename>]
18 [B<-out> I<filename>]
19 [B<-serial>]
20 [B<-hash>]
21 [B<-subject_hash>]
22 [B<-subject_hash_old>]
23 [B<-issuer_hash>]
24 [B<-issuer_hash_old>]
25 [B<-ocspid>]
26 [B<-subject>]
27 [B<-issuer>]
28 [B<-email>]
29 [B<-ocsp_uri>]
30 [B<-startdate>]
31 [B<-enddate>]
32 [B<-purpose>]
33 [B<-dates>]
34 [B<-checkend> I<num>]
35 [B<-modulus>]
36 [B<-pubkey>]
37 [B<-fingerprint>]
38 [B<-alias>]
39 [B<-noout>]
40 [B<-trustout>]
41 [B<-clrtrust>]
42 [B<-clrreject>]
43 [B<-addtrust> I<arg>]
44 [B<-addreject> I<arg>]
45 [B<-setalias> I<arg>]
46 [B<-days> I<arg>]
47 [B<-set_serial> I<n>]
48 [B<-signkey> I<arg>]
49 [B<-badsig>]
50 [B<-passin> I<arg>]
51 [B<-x509toreq>]
52 [B<-req>]
53 [B<-CA> I<filename>]
54 [B<-CAkey> I<filename>]
55 [B<-CAcreateserial>]
56 [B<-CAserial> I<filename>]
57 [B<-new>]
58 [B<-next_serial>]
59 [B<-nocert>]
60 [B<-force_pubkey> I<filename>]
61 [B<-subj> I<arg>]
62 [B<-text>]
63 [B<-ext> I<extensions>]
64 [B<-certopt> I<option>]
65 [B<-checkhost> I<host>]
66 [B<-checkemail> I<host>]
67 [B<-checkip> I<ipaddr>]
68 [B<-C>]
69 [B<-I<digest>>]
70 [B<-clrext>]
71 [B<-extfile> I<filename>]
72 [B<-extensions> I<section>]
73 [B<-sigopt> I<nm>:I<v>]
74 [B<-preserve_dates>]
75 {- $OpenSSL::safe::opt_name_synopsis -}
76 {- $OpenSSL::safe::opt_r_synopsis -}
77 {- $OpenSSL::safe::opt_engine_synopsis -}
78 {- $OpenSSL::safe::opt_provider_synopsis -}
79
80 =for openssl ifdef engine subject_hash_old issuer_hash_old
81
82 =head1 DESCRIPTION
83
84 This command is a multi-purposes certificate command. It can
85 be used to display certificate information, convert certificates to
86 various forms, sign certificate requests like a "mini CA" or edit
87 certificate trust settings.
88
89 Since there are a large number of options they will split up into
90 various sections.
91
92 =head1 OPTIONS
93
94 =head2 Input, Output, and General Purpose Options
95
96 =over 4
97
98 =item B<-help>
99
100 Print out a usage message.
101
102 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
103
104 The input and formats; the default is B<PEM>.
105 See L<openssl(1)/Format Options> for details.
106
107 The input is normally an X.509 certificate, but this can change if other
108 options such as B<-req> are used.
109
110 =item B<-in> I<filename>
111
112 This specifies the input filename to read a certificate from or standard input
113 if this option is not specified.
114
115 =item B<-out> I<filename>
116
117 This specifies the output filename to write to or standard output by
118 default.
119
120 =item B<-I<digest>>
121
122 The digest to use.
123 This affects any signing or display option that uses a message
124 digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options.
125 Any digest supported by the L<openssl-dgst(1)> command can be used.
126 If not specified then SHA1 is used with B<-fingerprint> or
127 the default digest for the signing algorithm is used, typically SHA256.
128
129 =item B<-preserve_dates>
130
131 When signing a certificate, preserve the "notBefore" and "notAfter" dates
132 instead of adjusting them to current time and duration.
133 Cannot be used with the B<-days> option.
134
135 {- $OpenSSL::safe::opt_r_synopsis -}
136
137 {- $OpenSSL::safe::opt_engine_item -}
138
139 {- $OpenSSL::safe::opt_provider_item -}
140
141 =back
142
143 =head2 Display Options
144
145 Note: the B<-alias> and B<-purpose> options are also display options
146 but are described in the L</Trust Settings> section.
147
148 =over 4
149
150 =item B<-text>
151
152 Prints out the certificate in text form. Full details are output including the
153 public key, signature algorithms, issuer and subject names, serial number
154 any extensions present and any trust settings.
155
156 =item B<-ext> I<extensions>
157
158 Prints out the certificate extensions in text form. Extensions are specified
159 with a comma separated string, e.g., "subjectAltName,subjectKeyIdentifier".
160 See the L<x509v3_config(5)> manual page for the extension names.
161
162 =item B<-certopt> I<option>
163
164 Customise the output format used with B<-text>. The I<option> argument
165 can be a single option or multiple options separated by commas. The
166 B<-certopt> switch may be also be used more than once to set multiple
167 options. See the L</Text Options> section for more information.
168
169 =item B<-checkhost> I<host>
170
171 Check that the certificate matches the specified host.
172
173 =item B<-checkemail> I<email>
174
175 Check that the certificate matches the specified email address.
176
177 =item B<-checkip> I<ipaddr>
178
179 Check that the certificate matches the specified IP address.
180
181 =item B<-noout>
182
183 This option prevents output of the encoded version of the certificate.
184
185 =item B<-pubkey>
186
187 Outputs the certificate's SubjectPublicKeyInfo block in PEM format.
188
189 =item B<-modulus>
190
191 This option prints out the value of the modulus of the public key
192 contained in the certificate.
193
194 =item B<-serial>
195
196 Outputs the certificate serial number.
197
198 =item B<-subject_hash>
199
200 Outputs the "hash" of the certificate subject name. This is used in OpenSSL to
201 form an index to allow certificates in a directory to be looked up by subject
202 name.
203
204 =item B<-issuer_hash>
205
206 Outputs the "hash" of the certificate issuer name.
207
208 =item B<-ocspid>
209
210 Outputs the OCSP hash values for the subject name and public key.
211
212 =item B<-hash>
213
214 Synonym for "-subject_hash" for backward compatibility reasons.
215
216 =item B<-subject_hash_old>
217
218 Outputs the "hash" of the certificate subject name using the older algorithm
219 as used by OpenSSL before version 1.0.0.
220
221 =item B<-issuer_hash_old>
222
223 Outputs the "hash" of the certificate issuer name using the older algorithm
224 as used by OpenSSL before version 1.0.0.
225
226 =item B<-subject>
227
228 Outputs the subject name.
229
230 =item B<-issuer>
231
232 Outputs the issuer name.
233
234 {- $OpenSSL::safe::opt_name_item -}
235
236 =item B<-email>
237
238 Outputs the email address(es) if any.
239
240 =item B<-ocsp_uri>
241
242 Outputs the OCSP responder address(es) if any.
243
244 =item B<-startdate>
245
246 Prints out the start date of the certificate, that is the notBefore date.
247
248 =item B<-enddate>
249
250 Prints out the expiry date of the certificate, that is the notAfter date.
251
252 =item B<-dates>
253
254 Prints out the start and expiry dates of a certificate.
255
256 =item B<-checkend> I<arg>
257
258 Checks if the certificate expires within the next I<arg> seconds and exits
259 nonzero if yes it will expire or zero if not.
260
261 =item B<-fingerprint>
262
263 Calculates and outputs the digest of the DER encoded version of the entire
264 certificate (see digest options).
265 This is commonly called a "fingerprint". Because of the nature of message
266 digests, the fingerprint of a certificate is unique to that certificate and
267 two certificates with the same fingerprint can be considered to be the same.
268
269 =item B<-C>
270
271 This outputs the certificate in the form of a C source file.
272
273 =back
274
275 =head2 Trust Settings
276
277 A B<trusted certificate> is an ordinary certificate which has several
278 additional pieces of information attached to it such as the permitted
279 and prohibited uses of the certificate and an "alias".
280
281 Normally when a certificate is being verified at least one certificate
282 must be "trusted". By default a trusted certificate must be stored
283 locally and must be a root CA: any certificate chain ending in this CA
284 is then usable for any purpose.
285
286 Trust settings currently are only used with a root CA. They allow a finer
287 control over the purposes the root CA can be used for. For example a CA
288 may be trusted for SSL client but not SSL server use.
289
290 See the description in L<openssl-verify(1)> for more information
291 on the meaning of trust settings.
292
293 Future versions of OpenSSL will recognize trust settings on any
294 certificate: not just root CAs.
295
296
297 =over 4
298
299 =item B<-trustout>
300
301 Output a B<trusted> certificate rather than an ordinary. An ordinary
302 or trusted certificate can be input but by default an ordinary
303 certificate is output and any trust settings are discarded. With the
304 B<-trustout> option a trusted certificate is output. A trusted
305 certificate is automatically output if any trust settings are modified.
306
307 =item B<-setalias> I<arg>
308
309 Sets the alias of the certificate. This will allow the certificate
310 to be referred to using a nickname for example "Steve's Certificate".
311
312 =item B<-alias>
313
314 Outputs the certificate alias, if any.
315
316 =item B<-clrtrust>
317
318 Clears all the permitted or trusted uses of the certificate.
319
320 =item B<-clrreject>
321
322 Clears all the prohibited or rejected uses of the certificate.
323
324 =item B<-addtrust> I<arg>
325
326 Adds a trusted certificate use.
327 Any object name can be used here but currently only B<clientAuth> (SSL client
328 use), B<serverAuth> (SSL server use), B<emailProtection> (S/MIME email) and
329 B<anyExtendedKeyUsage> are used.
330 As of OpenSSL 1.1.0, the last of these blocks all purposes when rejected or
331 enables all purposes when trusted.
332 Other OpenSSL applications may define additional uses.
333
334 =item B<-addreject> I<arg>
335
336 Adds a prohibited use. It accepts the same values as the B<-addtrust>
337 option.
338
339 =item B<-purpose>
340
341 This option performs tests on the certificate extensions and outputs
342 the results. For a more complete description see the
343 L</CERTIFICATE EXTENSIONS> section.
344
345 =back
346
347 =head2 Signing Options
348
349 This command can be used to sign certificates and requests: it
350 can thus behave like a "mini CA".
351
352 =over 4
353
354 =item B<-signkey> I<arg>
355
356 This option causes the input file to be self signed using the supplied
357 private key or engine. The private key's format is specified with the
358 B<-keyform> option.
359
360 It sets the issuer name to the subject name (i.e., makes it self-issued)
361 and changes the public key to the supplied value (unless overridden by
362 B<-force_pubkey>). It sets the validity start date to the current time
363 and the end date to a value determined by the B<-days> option.
364 It retains any certificate extensions unless the B<-clrext> option is supplied;
365 this includes, for example, any existing key identifier extensions.
366
367 =item B<-badsig>
368
369 Corrupt the signature before writing it; this can be useful
370 for testing.
371
372 =item B<-sigopt> I<nm>:I<v>
373
374 Pass options to the signature algorithm during sign or verify operations.
375 Names and values of these options are algorithm-specific.
376
377 =item B<-passin> I<arg>
378
379 The key password source. For more information about the format of I<arg>
380 see L<openssl(1)/Pass Phrase Options>.
381
382 =item B<-clrext>
383
384 Delete any extensions from a certificate. This option is used when a
385 certificate is being created from another certificate (for example with
386 the B<-signkey> or the B<-CA> options). Normally all extensions are
387 retained.
388
389 =item B<-keyform> B<DER>|B<PEM>|B<ENGINE>
390
391 The key format; the default is B<PEM>.
392 See L<openssl(1)/Format Options> for details.
393
394 =item B<-CAform> B<DER>|B<PEM>, B<-CAkeyform> B<DER>|B<PEM>|B<ENGINE>
395
396 The format for the CA certificate and key; the default is B<PEM>.
397 See L<openssl(1)/Format Options> for details.
398
399 =item B<-days> I<arg>
400
401 Specifies the number of days to make a certificate valid for. The default
402 is 30 days. Cannot be used with the B<-preserve_dates> option.
403
404 =item B<-x509toreq>
405
406 Converts a certificate into a certificate request. The B<-signkey> option
407 is used to pass the required private key.
408
409 =item B<-req>
410
411 By default a certificate is expected on input. With this option a
412 certificate request is expected instead.
413
414 =item B<-set_serial> I<n>
415
416 Specifies the serial number to use. This option can be used with either
417 the B<-signkey> or B<-CA> options. If used in conjunction with the B<-CA>
418 option the serial number file (as specified by the B<-CAserial> or
419 B<-CAcreateserial> options) is not used.
420
421 The serial number can be decimal or hex (if preceded by C<0x>).
422
423 =item B<-CA> I<filename>
424
425 Specifies the CA certificate to be used for signing. When this option is
426 present, this command behaves like a "mini CA". The input file is signed by
427 this CA using this option: that is its issuer name is set to the subject name
428 of the CA and it is digitally signed using the CAs private key.
429
430 This option is normally combined with the B<-req> option. Without the
431 B<-req> option the input is a certificate which must be self signed.
432
433 =item B<-CAkey> I<filename>
434
435 Sets the CA private key to sign a certificate with. If this option is
436 not specified then it is assumed that the CA private key is present in
437 the CA certificate file.
438
439 =item B<-CAserial> I<filename>
440
441 Sets the CA serial number file to use.
442
443 When the B<-CA> option is used to sign a certificate it uses a serial
444 number specified in a file. This file consists of one line containing
445 an even number of hex digits with the serial number to use. After each
446 use the serial number is incremented and written out to the file again.
447
448 The default filename consists of the CA certificate file base name with
449 F<.srl> appended. For example if the CA certificate file is called
450 F<mycacert.pem> it expects to find a serial number file called
451 F<mycacert.srl>.
452
453 =item B<-CAcreateserial>
454
455 With this option the CA serial number file is created if it does not exist:
456 it will contain the serial number "02" and the certificate being signed will
457 have the 1 as its serial number. If the B<-CA> option is specified
458 and the serial number file does not exist a random number is generated;
459 this is the recommended practice.
460
461 =item B<-extfile> I<filename>
462
463 File containing certificate extensions to use. If not specified then
464 no extensions are added to the certificate.
465
466 =item B<-extensions> I<section>
467
468 The section to add certificate extensions from. If this option is not
469 specified then the extensions should either be contained in the unnamed
470 (default) section or the default section should contain a variable called
471 "extensions" which contains the section to use. See the
472 L<x509v3_config(5)> manual page for details of the
473 extension section format.
474
475 =item B<-new>
476
477 Generate a certificate from scratch, not using an input certificate
478 or certificate request. So the B<-in> option must not be used in this case.
479 Instead, the B<-subj> and <-force_pubkey> options need to be given.
480
481 =item B<-next_serial>
482
483 Set the serial to be one more than the number in the certificate.
484
485 =item B<-nocert>
486
487 Do not generate or output a certificate.
488
489 =item B<-force_pubkey> I<filename>
490
491 When a certificate is created set its public key to the key in I<filename>
492 instead of the key contained in the input or given with the B<-signkey> option.
493
494 This option is useful for creating self-issued certificates that are not
495 self-signed, for instance when the key cannot be used for signing, such as DH.
496 It can also be used in conjunction with b<-new> and B<-subj> to directly
497 generate a certificate containing any desired public key.
498
499 The format of the key file can be specified using the B<-keyform> option.
500
501 =item B<-subj> I<arg>
502
503 When a certificate is created set its subject name to the given value.
504 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
505 Keyword characters may be escaped by \ (backslash), and whitespace is retained.
506 Empty values are permitted, but the corresponding type will not be included
507 in the certificate. Giving a single C</> will lead to an empty sequence of RDNs
508 (a NULL subject DN).
509
510 Unless the B<-CA> option is given the issuer is set to the same value.
511
512 This option can be used in conjunction with the B<-force_pubkey> option
513 to create a certificate even without providing an input certificate
514 or certificate request.
515
516 =back
517
518 =head2 Text Options
519
520 As well as customising the name output format, it is also possible to
521 customise the actual fields printed using the B<certopt> options when
522 the B<text> option is present. The default behaviour is to print all fields.
523
524 =over 4
525
526 =item B<compatible>
527
528 Use the old format. This is equivalent to specifying no output options at all.
529
530 =item B<no_header>
531
532 Don't print header information: that is the lines saying "Certificate"
533 and "Data".
534
535 =item B<no_version>
536
537 Don't print out the version number.
538
539 =item B<no_serial>
540
541 Don't print out the serial number.
542
543 =item B<no_signame>
544
545 Don't print out the signature algorithm used.
546
547 =item B<no_validity>
548
549 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
550
551 =item B<no_subject>
552
553 Don't print out the subject name.
554
555 =item B<no_issuer>
556
557 Don't print out the issuer name.
558
559 =item B<no_pubkey>
560
561 Don't print out the public key.
562
563 =item B<no_sigdump>
564
565 Don't give a hexadecimal dump of the certificate signature.
566
567 =item B<no_aux>
568
569 Don't print out certificate trust information.
570
571 =item B<no_extensions>
572
573 Don't print out any X509V3 extensions.
574
575 =item B<ext_default>
576
577 Retain default extension behaviour: attempt to print out unsupported
578 certificate extensions.
579
580 =item B<ext_error>
581
582 Print an error message for unsupported certificate extensions.
583
584 =item B<ext_parse>
585
586 ASN1 parse unsupported extensions.
587
588 =item B<ext_dump>
589
590 Hex dump unsupported extensions.
591
592 =item B<ca_default>
593
594 The value used by L<openssl-ca(1)>, equivalent to B<no_issuer>, B<no_pubkey>,
595 B<no_header>, and B<no_version>.
596
597 =back
598
599 =head1 EXAMPLES
600
601 Note: in these examples the '\' means the example should be all on one
602 line.
603
604 Display the contents of a certificate:
605
606  openssl x509 -in cert.pem -noout -text
607
608 Display the "Subject Alternative Name" extension of a certificate:
609
610  openssl x509 -in cert.pem -noout -ext subjectAltName
611
612 Display more extensions of a certificate:
613
614  openssl x509 -in cert.pem -noout -ext subjectAltName,nsCertType
615
616 Display the certificate serial number:
617
618  openssl x509 -in cert.pem -noout -serial
619
620 Display the certificate subject name:
621
622  openssl x509 -in cert.pem -noout -subject
623
624 Display the certificate subject name in RFC2253 form:
625
626  openssl x509 -in cert.pem -noout -subject -nameopt RFC2253
627
628 Display the certificate subject name in oneline form on a terminal
629 supporting UTF8:
630
631  openssl x509 -in cert.pem -noout -subject -nameopt oneline,-esc_msb
632
633 Display the certificate SHA1 fingerprint:
634
635  openssl x509 -sha1 -in cert.pem -noout -fingerprint
636
637 Convert a certificate from PEM to DER format:
638
639  openssl x509 -in cert.pem -inform PEM -out cert.der -outform DER
640
641 Convert a certificate to a certificate request:
642
643  openssl x509 -x509toreq -in cert.pem -out req.pem -signkey key.pem
644
645 Convert a certificate request into a self signed certificate using
646 extensions for a CA:
647
648  openssl x509 -req -in careq.pem -extfile openssl.cnf -extensions v3_ca \
649         -signkey key.pem -out cacert.pem
650
651 Sign a certificate request using the CA certificate above and add user
652 certificate extensions:
653
654  openssl x509 -req -in req.pem -extfile openssl.cnf -extensions v3_usr \
655         -CA cacert.pem -CAkey key.pem -CAcreateserial
656
657
658 Set a certificate to be trusted for SSL client use and change set its alias to
659 "Steve's Class 1 CA"
660
661  openssl x509 -in cert.pem -addtrust clientAuth \
662         -setalias "Steve's Class 1 CA" -out trust.pem
663
664 =head1 NOTES
665
666 The conversion to UTF8 format used with the name options assumes that
667 T61Strings use the ISO8859-1 character set. This is wrong but Netscape
668 and MSIE do this as do many certificates. So although this is incorrect
669 it is more likely to display the majority of certificates correctly.
670
671 The B<-email> option searches the subject name and the subject alternative
672 name extension. Only unique email addresses will be printed out: it will
673 not print the same address more than once.
674
675 =head1 CERTIFICATE EXTENSIONS
676
677 The B<-purpose> option checks the certificate extensions and determines
678 what the certificate can be used for. The actual checks done are rather
679 complex and include various hacks and workarounds to handle broken
680 certificates and software.
681
682 The same code is used when verifying untrusted certificates in chains
683 so this section is useful if a chain is rejected by the verify code.
684
685 The basicConstraints extension CA flag is used to determine whether the
686 certificate can be used as a CA. If the CA flag is true then it is a CA,
687 if the CA flag is false then it is not a CA. B<All> CAs should have the
688 CA flag set to true.
689
690 If the basicConstraints extension is absent then the certificate is
691 considered to be a "possible CA" other extensions are checked according
692 to the intended use of the certificate. A warning is given in this case
693 because the certificate should really not be regarded as a CA: however
694 it is allowed to be a CA to work around some broken software.
695
696 If the certificate is a V1 certificate (and thus has no extensions) and
697 it is self signed it is also assumed to be a CA but a warning is again
698 given: this is to work around the problem of Verisign roots which are V1
699 self signed certificates.
700
701 If the keyUsage extension is present then additional restraints are
702 made on the uses of the certificate. A CA certificate B<must> have the
703 keyCertSign bit set if the keyUsage extension is present.
704
705 The extended key usage extension places additional restrictions on the
706 certificate uses. If this extension is present (whether critical or not)
707 the key can only be used for the purposes specified.
708
709 A complete description of each test is given below. The comments about
710 basicConstraints and keyUsage and V1 certificates above apply to B<all>
711 CA certificates.
712
713
714 =over 4
715
716 =item B<SSL Client>
717
718 The extended key usage extension must be absent or include the "web client
719 authentication" OID.  keyUsage must be absent or it must have the
720 digitalSignature bit set. Netscape certificate type must be absent or it must
721 have the SSL client bit set.
722
723 =item B<SSL Client CA>
724
725 The extended key usage extension must be absent or include the "web client
726 authentication" OID. Netscape certificate type must be absent or it must have
727 the SSL CA bit set: this is used as a work around if the basicConstraints
728 extension is absent.
729
730 =item B<SSL Server>
731
732 The extended key usage extension must be absent or include the "web server
733 authentication" and/or one of the SGC OIDs.  keyUsage must be absent or it
734 must have the digitalSignature, the keyEncipherment set or both bits set.
735 Netscape certificate type must be absent or have the SSL server bit set.
736
737 =item B<SSL Server CA>
738
739 The extended key usage extension must be absent or include the "web server
740 authentication" and/or one of the SGC OIDs.  Netscape certificate type must
741 be absent or the SSL CA bit must be set: this is used as a work around if the
742 basicConstraints extension is absent.
743
744 =item B<Netscape SSL Server>
745
746 For Netscape SSL clients to connect to an SSL server it must have the
747 keyEncipherment bit set if the keyUsage extension is present. This isn't
748 always valid because some cipher suites use the key for digital signing.
749 Otherwise it is the same as a normal SSL server.
750
751 =item B<Common S/MIME Client Tests>
752
753 The extended key usage extension must be absent or include the "email
754 protection" OID. Netscape certificate type must be absent or should have the
755 S/MIME bit set. If the S/MIME bit is not set in Netscape certificate type
756 then the SSL client bit is tolerated as an alternative but a warning is shown:
757 this is because some Verisign certificates don't set the S/MIME bit.
758
759 =item B<S/MIME Signing>
760
761 In addition to the common S/MIME client tests the digitalSignature bit or
762 the nonRepudiation bit must be set if the keyUsage extension is present.
763
764 =item B<S/MIME Encryption>
765
766 In addition to the common S/MIME tests the keyEncipherment bit must be set
767 if the keyUsage extension is present.
768
769 =item B<S/MIME CA>
770
771 The extended key usage extension must be absent or include the "email
772 protection" OID. Netscape certificate type must be absent or must have the
773 S/MIME CA bit set: this is used as a work around if the basicConstraints
774 extension is absent.
775
776 =item B<CRL Signing>
777
778 The keyUsage extension must be absent or it must have the CRL signing bit
779 set.
780
781 =item B<CRL Signing CA>
782
783 The normal CA tests apply. Except in this case the basicConstraints extension
784 must be present.
785
786 =back
787
788 =head1 BUGS
789
790 Extensions in certificates are not transferred to certificate requests and
791 vice versa.
792
793 It is possible to produce invalid certificates or requests by specifying the
794 wrong private key or using inconsistent options in some cases: these should
795 be checked.
796
797 There should be options to explicitly set such things as start and end
798 dates rather than an offset from the current time.
799
800 =head1 SEE ALSO
801
802 L<openssl(1)>,
803 L<openssl-req(1)>,
804 L<openssl-ca(1)>,
805 L<openssl-genrsa(1)>,
806 L<openssl-gendsa(1)>,
807 L<openssl-verify(1)>,
808 L<x509v3_config(5)>
809
810 =head1 HISTORY
811
812 The hash algorithm used in the B<-subject_hash> and B<-issuer_hash> options
813 before OpenSSL 1.0.0 was based on the deprecated MD5 algorithm and the encoding
814 of the distinguished name. In OpenSSL 1.0.0 and later it is based on a canonical
815 version of the DN using SHA1. This means that any directories using the old
816 form must have their links rebuilt using L<openssl-rehash(1)> or similar.
817
818 =head1 COPYRIGHT
819
820 Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
821
822 Licensed under the Apache License 2.0 (the "License").  You may not use
823 this file except in compliance with the License.  You can obtain a copy
824 in the file LICENSE in the source distribution or at
825 L<https://www.openssl.org/source/license.html>.
826
827 =cut