Document -engine where missing.
[openssl.git] / doc / apps / x509.pod
1
2 =pod
3
4 =head1 NAME
5
6 x509 - Certificate display and signing utility
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<x509>
11 [B<-inform DER|PEM|NET>]
12 [B<-outform DER|PEM|NET>]
13 [B<-keyform DER|PEM>]
14 [B<-CAform DER|PEM>]
15 [B<-CAkeyform DER|PEM>]
16 [B<-in filename>]
17 [B<-out filename>]
18 [B<-serial>]
19 [B<-hash>]
20 [B<-subject>]
21 [B<-issuer>]
22 [B<-nameopt option>]
23 [B<-email>]
24 [B<-startdate>]
25 [B<-enddate>]
26 [B<-purpose>]
27 [B<-dates>]
28 [B<-modulus>]
29 [B<-fingerprint>]
30 [B<-alias>]
31 [B<-noout>]
32 [B<-trustout>]
33 [B<-clrtrust>]
34 [B<-clrreject>]
35 [B<-addtrust arg>]
36 [B<-addreject arg>]
37 [B<-setalias arg>]
38 [B<-days arg>]
39 [B<-set_serial n>]
40 [B<-signkey filename>]
41 [B<-x509toreq>]
42 [B<-req>]
43 [B<-CA filename>]
44 [B<-CAkey filename>]
45 [B<-CAcreateserial>]
46 [B<-CAserial filename>]
47 [B<-text>]
48 [B<-C>]
49 [B<-md2|-md5|-sha1|-mdc2>]
50 [B<-clrext>]
51 [B<-extfile filename>]
52 [B<-extensions section>]
53 [B<-engine id>]
54
55 =head1 DESCRIPTION
56
57 The B<x509> command is a multi purpose certificate utility. It can be
58 used to display certificate information, convert certificates to
59 various forms, sign certificate requests like a "mini CA" or edit
60 certificate trust settings.
61
62 Since there are a large number of options they will split up into
63 various sections.
64
65 =head1 OPTIONS
66
67 =head2 INPUT, OUTPUT AND GENERAL PURPOSE OPTIONS
68
69 =over 4
70
71 =item B<-inform DER|PEM|NET>
72
73 This specifies the input format normally the command will expect an X509
74 certificate but this can change if other options such as B<-req> are
75 present. The DER format is the DER encoding of the certificate and PEM
76 is the base64 encoding of the DER encoding with header and footer lines
77 added. The NET option is an obscure Netscape server format that is now
78 obsolete.
79
80 =item B<-outform DER|PEM|NET>
81
82 This specifies the output format, the options have the same meaning as the 
83 B<-inform> option.
84
85 =item B<-in filename>
86
87 This specifies the input filename to read a certificate from or standard input
88 if this option is not specified.
89
90 =item B<-out filename>
91
92 This specifies the output filename to write to or standard output by
93 default.
94
95 =item B<-md2|-md5|-sha1|-mdc2>
96
97 the digest to use. This affects any signing or display option that uses a message
98 digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not
99 specified then MD5 is used. If the key being used to sign with is a DSA key then
100 this option has no effect: SHA1 is always used with DSA keys.
101
102 =item B<-engine id>
103
104 specifying an engine (by it's unique B<id> string) will cause B<req>
105 to attempt to obtain a functional reference to the specified engine,
106 thus initialising it if needed. The engine will then be set as the default
107 for all available algorithms.
108
109 =back
110
111 =head2 DISPLAY OPTIONS
112
113 Note: the B<-alias> and B<-purpose> options are also display options
114 but are described in the B<TRUST SETTINGS> section.
115
116 =over 4
117
118 =item B<-text>
119
120 prints out the certificate in text form. Full details are output including the
121 public key, signature algorithms, issuer and subject names, serial number
122 any extensions present and any trust settings.
123
124 =item B<-certopt option>
125
126 customise the output format used with B<-text>. The B<option> argument can be
127 a single option or multiple options separated by commas. The B<-certopt> switch
128 may be also be used more than once to set multiple options. See the B<TEXT OPTIONS>
129 section for more information.
130
131 =item B<-noout>
132
133 this option prevents output of the encoded version of the request.
134
135 =item B<-modulus>
136
137 this option prints out the value of the modulus of the public key
138 contained in the certificate.
139
140 =item B<-serial>
141
142 outputs the certificate serial number.
143
144 =item B<-hash>
145
146 outputs the "hash" of the certificate subject name. This is used in OpenSSL to
147 form an index to allow certificates in a directory to be looked up by subject
148 name.
149
150 =item B<-subject>
151
152 outputs the subject name.
153
154 =item B<-issuer>
155
156 outputs the issuer name.
157
158 =item B<-nameopt option>
159
160 option which determines how the subject or issuer names are displayed. The
161 B<option> argument can be a single option or multiple options separated by
162 commas.  Alternatively the B<-nameopt> switch may be used more than once to
163 set multiple options. See the B<NAME OPTIONS> section for more information.
164
165 =item B<-email>
166
167 outputs the email address(es) if any.
168
169 =item B<-startdate>
170
171 prints out the start date of the certificate, that is the notBefore date.
172
173 =item B<-enddate>
174
175 prints out the expiry date of the certificate, that is the notAfter date.
176
177 =item B<-dates>
178
179 prints out the start and expiry dates of a certificate.
180
181 =item B<-fingerprint>
182
183 prints out the digest of the DER encoded version of the whole certificate
184 (see digest options).
185
186 =item B<-C>
187
188 this outputs the certificate in the form of a C source file.
189
190 =back
191
192 =head2 TRUST SETTINGS
193
194 Please note these options are currently experimental and may well change.
195
196 A B<trusted certificate> is an ordinary certificate which has several
197 additional pieces of information attached to it such as the permitted
198 and prohibited uses of the certificate and an "alias".
199
200 Normally when a certificate is being verified at least one certificate
201 must be "trusted". By default a trusted certificate must be stored
202 locally and must be a root CA: any certificate chain ending in this CA
203 is then usable for any purpose.
204
205 Trust settings currently are only used with a root CA. They allow a finer
206 control over the purposes the root CA can be used for. For example a CA
207 may be trusted for SSL client but not SSL server use.
208
209 See the description of the B<verify> utility for more information on the
210 meaning of trust settings.
211
212 Future versions of OpenSSL will recognize trust settings on any
213 certificate: not just root CAs.
214
215
216 =over 4
217
218 =item B<-trustout>
219
220 this causes B<x509> to output a B<trusted> certificate. An ordinary
221 or trusted certificate can be input but by default an ordinary
222 certificate is output and any trust settings are discarded. With the
223 B<-trustout> option a trusted certificate is output. A trusted
224 certificate is automatically output if any trust settings are modified.
225
226 =item B<-setalias arg>
227
228 sets the alias of the certificate. This will allow the certificate
229 to be referred to using a nickname for example "Steve's Certificate".
230
231 =item B<-alias>
232
233 outputs the certificate alias, if any.
234
235 =item B<-clrtrust>
236
237 clears all the permitted or trusted uses of the certificate.
238
239 =item B<-clrreject>
240
241 clears all the prohibited or rejected uses of the certificate.
242
243 =item B<-addtrust arg>
244
245 adds a trusted certificate use. Any object name can be used here
246 but currently only B<clientAuth> (SSL client use), B<serverAuth>
247 (SSL server use) and B<emailProtection> (S/MIME email) are used.
248 Other OpenSSL applications may define additional uses.
249
250 =item B<-addreject arg>
251
252 adds a prohibited use. It accepts the same values as the B<-addtrust>
253 option.
254
255 =item B<-purpose>
256
257 this option performs tests on the certificate extensions and outputs
258 the results. For a more complete description see the B<CERTIFICATE
259 EXTENSIONS> section.
260
261 =back
262
263 =head2 SIGNING OPTIONS
264
265 The B<x509> utility can be used to sign certificates and requests: it
266 can thus behave like a "mini CA".
267
268 =over 4
269
270 =item B<-signkey filename>
271
272 this option causes the input file to be self signed using the supplied
273 private key. 
274
275 If the input file is a certificate it sets the issuer name to the
276 subject name (i.e.  makes it self signed) changes the public key to the
277 supplied value and changes the start and end dates. The start date is
278 set to the current time and the end date is set to a value determined
279 by the B<-days> option. Any certificate extensions are retained unless
280 the B<-clrext> option is supplied.
281
282 If the input is a certificate request then a self signed certificate
283 is created using the supplied private key using the subject name in
284 the request.
285
286 =item B<-clrext>
287
288 delete any extensions from a certificate. This option is used when a
289 certificate is being created from another certificate (for example with
290 the B<-signkey> or the B<-CA> options). Normally all extensions are
291 retained.
292
293 =item B<-keyform PEM|DER>
294
295 specifies the format (DER or PEM) of the private key file used in the
296 B<-signkey> option.
297
298 =item B<-days arg>
299
300 specifies the number of days to make a certificate valid for. The default
301 is 30 days.
302
303 =item B<-x509toreq>
304
305 converts a certificate into a certificate request. The B<-signkey> option
306 is used to pass the required private key.
307
308 =item B<-req>
309
310 by default a certificate is expected on input. With this option a
311 certificate request is expected instead.
312
313 =item B<-set_serial n>
314
315 specifies the serial number to use. This option can be used with either
316 the B<-signkey> or B<-CA> options. If used in conjunction with the B<-CA>
317 option the serial number file (as specified by the B<-CAserial> or
318 B<-CAcreateserial> options) is not used.
319
320 The serial number can be decimal or hex (if preceded by B<0x>). Negative
321 serial numbers can also be specified but their use is not recommended.
322
323 =item B<-CA filename>
324
325 specifies the CA certificate to be used for signing. When this option is
326 present B<x509> behaves like a "mini CA". The input file is signed by this
327 CA using this option: that is its issuer name is set to the subject name
328 of the CA and it is digitally signed using the CAs private key.
329
330 This option is normally combined with the B<-req> option. Without the
331 B<-req> option the input is a certificate which must be self signed.
332
333 =item B<-CAkey filename>
334
335 sets the CA private key to sign a certificate with. If this option is
336 not specified then it is assumed that the CA private key is present in
337 the CA certificate file.
338
339 =item B<-CAserial filename>
340
341 sets the CA serial number file to use.
342
343 When the B<-CA> option is used to sign a certificate it uses a serial
344 number specified in a file. This file consist of one line containing
345 an even number of hex digits with the serial number to use. After each
346 use the serial number is incremented and written out to the file again.
347
348 The default filename consists of the CA certificate file base name with
349 ".srl" appended. For example if the CA certificate file is called 
350 "mycacert.pem" it expects to find a serial number file called "mycacert.srl".
351
352 =item B<-CAcreateserial>
353
354 with this option the CA serial number file is created if it does not exist:
355 it will contain the serial number "02" and the certificate being signed will
356 have the 1 as its serial number. Normally if the B<-CA> option is specified
357 and the serial number file does not exist it is an error.
358
359 =item B<-extfile filename>
360
361 file containing certificate extensions to use. If not specified then
362 no extensions are added to the certificate.
363
364 =item B<-extensions section>
365
366 the section to add certificate extensions from. If this option is not
367 specified then the extensions should either be contained in the unnamed
368 (default) section or the default section should contain a variable called
369 "extensions" which contains the section to use.
370
371 =back
372
373 =head2 NAME OPTIONS
374
375 The B<nameopt> command line switch determines how the subject and issuer
376 names are displayed. If no B<nameopt> switch is present the default "oneline"
377 format is used which is compatible with previous versions of OpenSSL.
378 Each option is described in detail below, all options can be preceded by
379 a B<-> to turn the option off. Only the first four will normally be used.
380
381 =over 4
382
383 =item B<compat>
384
385 use the old format. This is equivalent to specifying no name options at all.
386
387 =item B<RFC2253>
388
389 displays names compatible with RFC2253 equivalent to B<esc_2253>, B<esc_ctrl>,
390 B<esc_msb>, B<utf8>, B<dump_nostr>, B<dump_unknown>, B<dump_der>,
391 B<sep_comma_plus>, B<dn_rev> and B<sname>.
392
393 =item B<oneline>
394
395 a oneline format which is more readable than RFC2253. It is equivalent to
396 specifying the  B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>,
397 B<dump_der>, B<use_quote>, B<sep_comma_plus_spc>, B<spc_eq> and B<sname>
398 options.
399
400 =item B<multiline>
401
402 a multiline format. It is equivalent B<esc_ctrl>, B<esc_msb>, B<sep_multiline>,
403 B<spc_eq>, B<lname> and B<align>.
404
405 =item B<esc_2253>
406
407 escape the "special" characters required by RFC2253 in a field That is
408 B<,+"E<lt>E<gt>;>. Additionally B<#> is escaped at the beginning of a string
409 and a space character at the beginning or end of a string.
410
411 =item B<esc_ctrl>
412
413 escape control characters. That is those with ASCII values less than
414 0x20 (space) and the delete (0x7f) character. They are escaped using the
415 RFC2253 \XX notation (where XX are two hex digits representing the
416 character value).
417
418 =item B<esc_msb>
419
420 escape characters with the MSB set, that is with ASCII values larger than
421 127.
422
423 =item B<use_quote>
424
425 escapes some characters by surrounding the whole string with B<"> characters,
426 without the option all escaping is done with the B<\> character.
427
428 =item B<utf8>
429
430 convert all strings to UTF8 format first. This is required by RFC2253. If
431 you are lucky enough to have a UTF8 compatible terminal then the use
432 of this option (and B<not> setting B<esc_msb>) may result in the correct
433 display of multibyte (international) characters. Is this option is not
434 present then multibyte characters larger than 0xff will be represented
435 using the format \UXXXX for 16 bits and \WXXXXXXXX for 32 bits.
436 Also if this option is off any UTF8Strings will be converted to their
437 character form first.
438
439 =item B<no_type>
440
441 this option does not attempt to interpret multibyte characters in any
442 way. That is their content octets are merely dumped as though one octet
443 represents each character. This is useful for diagnostic purposes but
444 will result in rather odd looking output.
445
446 =item B<show_type>
447
448 show the type of the ASN1 character string. The type precedes the
449 field contents. For example "BMPSTRING: Hello World".
450
451 =item B<dump_der>
452
453 when this option is set any fields that need to be hexdumped will
454 be dumped using the DER encoding of the field. Otherwise just the
455 content octets will be displayed. Both options use the RFC2253
456 B<#XXXX...> format.
457
458 =item B<dump_nostr>
459
460 dump non character string types (for example OCTET STRING) if this
461 option is not set then non character string types will be displayed
462 as though each content octet represents a single character.
463
464 =item B<dump_all>
465
466 dump all fields. This option when used with B<dump_der> allows the
467 DER encoding of the structure to be unambiguously determined.
468
469 =item B<dump_unknown>
470
471 dump any field whose OID is not recognised by OpenSSL.
472
473 =item B<sep_comma_plus>, B<sep_comma_plus_space>, B<sep_semi_plus_space>,
474 B<sep_multiline>
475
476 these options determine the field separators. The first character is
477 between RDNs and the second between multiple AVAs (multiple AVAs are
478 very rare and their use is discouraged). The options ending in
479 "space" additionally place a space after the separator to make it
480 more readable. The B<sep_multiline> uses a linefeed character for
481 the RDN separator and a spaced B<+> for the AVA separator. It also
482 indents the fields by four characters.
483
484 =item B<dn_rev>
485
486 reverse the fields of the DN. This is required by RFC2253. As a side
487 effect this also reverses the order of multiple AVAs but this is
488 permissible.
489
490 =item B<nofname>, B<sname>, B<lname>, B<oid>
491
492 these options alter how the field name is displayed. B<nofname> does
493 not display the field at all. B<sname> uses the "short name" form
494 (CN for commonName for example). B<lname> uses the long form.
495 B<oid> represents the OID in numerical form and is useful for
496 diagnostic purpose.
497
498 =item B<align>
499
500 align field values for a more readable output. Only usable with
501 B<sep_multiline>.
502
503 =item B<spc_eq>
504
505 places spaces round the B<=> character which follows the field
506 name.
507
508 =back
509
510 =head2 TEXT OPTIONS
511
512 As well as customising the name output format, it is also possible to
513 customise the actual fields printed using the B<certopt> options when
514 the B<text> option is present. The default behaviour is to print all fields.
515
516 =over 4
517
518 =item B<compatible>
519
520 use the old format. This is equivalent to specifying no output options at all.
521
522 =item B<no_header>
523
524 don't print header information: that is the lines saying "Certificate" and "Data".
525
526 =item B<no_version>
527
528 don't print out the version number.
529
530 =item B<no_serial>
531
532 don't print out the serial number.
533
534 =item B<no_signame>
535
536 don't print out the signature algorithm used.
537
538 =item B<no_validity>
539
540 don't print the validity, that is the B<notBefore> and B<notAfter> fields.
541
542 =item B<no_subject>
543
544 don't print out the subject name.
545
546 =item B<no_issuer>
547
548 don't print out the issuer name.
549
550 =item B<no_pubkey>
551
552 don't print out the public key.
553
554 =item B<no_sigdump>
555
556 don't give a hexadecimal dump of the certificate signature.
557
558 =item B<no_aux>
559
560 don't print out certificate trust information.
561
562 =item B<no_extensions>
563
564 don't print out any X509V3 extensions.
565
566 =item B<ext_default>
567
568 retain default extension behaviour: attempt to print out unsupported certificate extensions.
569
570 =item B<ext_error>
571
572 print an error message for unsupported certificate extensions.
573
574 =item B<ext_parse>
575
576 ASN1 parse unsupported extensions.
577
578 =item B<ext_dump>
579
580 hex dump unsupported extensions.
581
582 =item B<ca_default>
583
584 the value used by the B<ca> utility, equivalent to B<no_issuer>, B<no_pubkey>, B<no_header>,
585 B<no_version>, B<no_sigdump> and B<no_signame>.
586
587 =back
588
589 =head1 EXAMPLES
590
591 Note: in these examples the '\' means the example should be all on one
592 line.
593
594 Display the contents of a certificate:
595
596  openssl x509 -in cert.pem -noout -text
597
598 Display the certificate serial number:
599
600  openssl x509 -in cert.pem -noout -serial
601
602 Display the certificate subject name:
603
604  openssl x509 -in cert.pem -noout -subject
605
606 Display the certificate subject name in RFC2253 form:
607
608  openssl x509 -in cert.pem -noout -subject -nameopt RFC2253
609
610 Display the certificate subject name in oneline form on a terminal
611 supporting UTF8:
612
613  openssl x509 -in cert.pem -noout -subject -nameopt oneline,-escmsb
614
615 Display the certificate MD5 fingerprint:
616
617  openssl x509 -in cert.pem -noout -fingerprint
618
619 Display the certificate SHA1 fingerprint:
620
621  openssl x509 -sha1 -in cert.pem -noout -fingerprint
622
623 Convert a certificate from PEM to DER format:
624
625  openssl x509 -in cert.pem -inform PEM -out cert.der -outform DER
626
627 Convert a certificate to a certificate request:
628
629  openssl x509 -x509toreq -in cert.pem -out req.pem -signkey key.pem
630
631 Convert a certificate request into a self signed certificate using
632 extensions for a CA:
633
634  openssl x509 -req -in careq.pem -extfile openssl.cnf -extensions v3_ca \
635         -signkey key.pem -out cacert.pem
636
637 Sign a certificate request using the CA certificate above and add user
638 certificate extensions:
639
640  openssl x509 -req -in req.pem -extfile openssl.cnf -extensions v3_usr \
641         -CA cacert.pem -CAkey key.pem -CAcreateserial
642
643
644 Set a certificate to be trusted for SSL client use and change set its alias to
645 "Steve's Class 1 CA"
646
647  openssl x509 -in cert.pem -addtrust clientAuth \
648         -setalias "Steve's Class 1 CA" -out trust.pem
649
650 =head1 NOTES
651
652 The PEM format uses the header and footer lines:
653
654  -----BEGIN CERTIFICATE-----
655  -----END CERTIFICATE-----
656
657 it will also handle files containing:
658
659  -----BEGIN X509 CERTIFICATE-----
660  -----END X509 CERTIFICATE-----
661
662 Trusted certificates have the lines
663
664  -----BEGIN TRUSTED CERTIFICATE-----
665  -----END TRUSTED CERTIFICATE-----
666
667 The conversion to UTF8 format used with the name options assumes that
668 T61Strings use the ISO8859-1 character set. This is wrong but Netscape
669 and MSIE do this as do many certificates. So although this is incorrect
670 it is more likely to display the majority of certificates correctly.
671
672 The B<-fingerprint> option takes the digest of the DER encoded certificate.
673 This is commonly called a "fingerprint". Because of the nature of message
674 digests the fingerprint of a certificate is unique to that certificate and
675 two certificates with the same fingerprint can be considered to be the same.
676
677 The Netscape fingerprint uses MD5 whereas MSIE uses SHA1.
678
679 The B<-email> option searches the subject name and the subject alternative
680 name extension. Only unique email addresses will be printed out: it will
681 not print the same address more than once.
682
683 =head1 CERTIFICATE EXTENSIONS
684
685 The B<-purpose> option checks the certificate extensions and determines
686 what the certificate can be used for. The actual checks done are rather
687 complex and include various hacks and workarounds to handle broken
688 certificates and software.
689
690 The same code is used when verifying untrusted certificates in chains
691 so this section is useful if a chain is rejected by the verify code.
692
693 The basicConstraints extension CA flag is used to determine whether the
694 certificate can be used as a CA. If the CA flag is true then it is a CA,
695 if the CA flag is false then it is not a CA. B<All> CAs should have the
696 CA flag set to true.
697
698 If the basicConstraints extension is absent then the certificate is
699 considered to be a "possible CA" other extensions are checked according
700 to the intended use of the certificate. A warning is given in this case
701 because the certificate should really not be regarded as a CA: however
702 it is allowed to be a CA to work around some broken software.
703
704 If the certificate is a V1 certificate (and thus has no extensions) and
705 it is self signed it is also assumed to be a CA but a warning is again
706 given: this is to work around the problem of Verisign roots which are V1
707 self signed certificates.
708
709 If the keyUsage extension is present then additional restraints are
710 made on the uses of the certificate. A CA certificate B<must> have the
711 keyCertSign bit set if the keyUsage extension is present.
712
713 The extended key usage extension places additional restrictions on the
714 certificate uses. If this extension is present (whether critical or not)
715 the key can only be used for the purposes specified.
716
717 A complete description of each test is given below. The comments about
718 basicConstraints and keyUsage and V1 certificates above apply to B<all>
719 CA certificates.
720
721
722 =over 4
723
724 =item B<SSL Client>
725
726 The extended key usage extension must be absent or include the "web client
727 authentication" OID.  keyUsage must be absent or it must have the
728 digitalSignature bit set. Netscape certificate type must be absent or it must
729 have the SSL client bit set.
730
731 =item B<SSL Client CA>
732
733 The extended key usage extension must be absent or include the "web client
734 authentication" OID. Netscape certificate type must be absent or it must have
735 the SSL CA bit set: this is used as a work around if the basicConstraints
736 extension is absent.
737
738 =item B<SSL Server>
739
740 The extended key usage extension must be absent or include the "web server
741 authentication" and/or one of the SGC OIDs.  keyUsage must be absent or it
742 must have the digitalSignature, the keyEncipherment set or both bits set.
743 Netscape certificate type must be absent or have the SSL server bit set.
744
745 =item B<SSL Server CA>
746
747 The extended key usage extension must be absent or include the "web server
748 authentication" and/or one of the SGC OIDs.  Netscape certificate type must
749 be absent or the SSL CA bit must be set: this is used as a work around if the
750 basicConstraints extension is absent.
751
752 =item B<Netscape SSL Server>
753
754 For Netscape SSL clients to connect to an SSL server it must have the
755 keyEncipherment bit set if the keyUsage extension is present. This isn't
756 always valid because some cipher suites use the key for digital signing.
757 Otherwise it is the same as a normal SSL server.
758
759 =item B<Common S/MIME Client Tests>
760
761 The extended key usage extension must be absent or include the "email
762 protection" OID. Netscape certificate type must be absent or should have the
763 S/MIME bit set. If the S/MIME bit is not set in netscape certificate type
764 then the SSL client bit is tolerated as an alternative but a warning is shown:
765 this is because some Verisign certificates don't set the S/MIME bit.
766
767 =item B<S/MIME Signing>
768
769 In addition to the common S/MIME client tests the digitalSignature bit must
770 be set if the keyUsage extension is present.
771
772 =item B<S/MIME Encryption>
773
774 In addition to the common S/MIME tests the keyEncipherment bit must be set
775 if the keyUsage extension is present.
776
777 =item B<S/MIME CA>
778
779 The extended key usage extension must be absent or include the "email
780 protection" OID. Netscape certificate type must be absent or must have the
781 S/MIME CA bit set: this is used as a work around if the basicConstraints
782 extension is absent. 
783
784 =item B<CRL Signing>
785
786 The keyUsage extension must be absent or it must have the CRL signing bit
787 set.
788
789 =item B<CRL Signing CA>
790
791 The normal CA tests apply. Except in this case the basicConstraints extension
792 must be present.
793
794 =back
795
796 =head1 BUGS
797
798 Extensions in certificates are not transferred to certificate requests and
799 vice versa.
800
801 It is possible to produce invalid certificates or requests by specifying the
802 wrong private key or using inconsistent options in some cases: these should
803 be checked.
804
805 There should be options to explicitly set such things as start and end
806 dates rather than an offset from the current time.
807
808 The code to implement the verify behaviour described in the B<TRUST SETTINGS>
809 is currently being developed. It thus describes the intended behaviour rather
810 than the current behaviour. It is hoped that it will represent reality in
811 OpenSSL 0.9.5 and later.
812
813 =head1 SEE ALSO
814
815 L<req(1)|req(1)>, L<ca(1)|ca(1)>, L<genrsa(1)|genrsa(1)>,
816 L<gendsa(1)|gendsa(1)>, L<verify(1)|verify(1)>
817
818 =cut