diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod index 5618c2dc9d2e187ae5fcc132c046bfbeabdaad14..d97133ad3790f88e533783ee1f9cba305de2d84b 100644 --- a/doc/apps/ca.pod +++ b/doc/apps/ca.pod @@ -205,7 +205,9 @@ the section of the configuration file containing certificate extensions to be added when a certificate is issued (defaults to B unless the B<-extfile> option is used). If no extension section is present then, a V1 certificate is created. If the extension section -is present (even if it is empty), then a V3 certificate is created. +is present (even if it is empty), then a V3 certificate is created. See the:w +L manual page for details of the +extension section format. =item B<-extfile file> @@ -299,7 +301,9 @@ include. If no CRL extension section is present then a V1 CRL is created, if the CRL extension section is present (even if it is empty) then a V2 CRL is created. The CRL extensions specified are CRL extensions and B CRL entry extensions. It should be noted -that some software (for example Netscape) can't handle V2 CRLs. +that some software (for example Netscape) can't handle V2 CRLs. See +L manual page for details of the +extension section format. =back diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod index 7f2504bbbce4bfec0c0faf3d10587eff49702bad..42533dd6e647d9b3f05cabaf7857e037d7e6089d 100644 --- a/doc/apps/openssl.pod +++ b/doc/apps/openssl.pod @@ -366,7 +366,7 @@ L, L, L, L, L, L, L, L, L, -L, L +L, L, L =head1 HISTORY diff --git a/doc/apps/req.pod b/doc/apps/req.pod index 65584d1de275c996aa5f3c8f414a62459dd45013..2ba16b45d6a5ab750ad06527613dd5a189f7417c 100644 --- a/doc/apps/req.pod +++ b/doc/apps/req.pod @@ -356,7 +356,9 @@ problems with BMPStrings and UTF8Strings: in particular Netscape. this specifies the configuration file section containing a list of extensions to add to the certificate request. It can be overridden -by the B<-reqexts> command line switch. +by the B<-reqexts> command line switch. See the +L manual page for details of the +extension section format. =item B @@ -618,6 +620,7 @@ address in subjectAltName should be input by the user. =head1 SEE ALSO L, L, L, -L, L +L, L, +L =cut diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index a46378f0baae9b1614b2761b897f80e9790bcb24..dfed9bcd533720a5f279424dc2170ba101c77db6 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -376,7 +376,9 @@ no extensions are added to the certificate. the section to add certificate extensions from. If this option is not specified then the extensions should either be contained in the unnamed (default) section or the default section should contain a variable called -"extensions" which contains the section to use. +"extensions" which contains the section to use. See the +L manual page for details of the +extension section format. =back diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod index 22bb62436b9deb10bade020fb4e2b84e29e34b36..ac735d6f1957aff92ff2cbd3906a06b331ce160a 100644 --- a/doc/apps/x509v3_config.pod +++ b/doc/apps/x509v3_config.pod @@ -178,7 +178,7 @@ preceeding the name with a B<+> character. otherName can include arbitrary data associated with an OID: the value should be the OID followed by a semicolon and the content in standard -ASN1_generate_nconf() format. +L format. Examples: @@ -392,6 +392,14 @@ Examples: nameConstraints=excluded;email:.com issuingDistributionPoint = idp_section +=head2 OCSP No Check + +The OCSP No Check extension is a string extension but its value is ignored. + +Example: + + noCheck = ignored + =head1 DEPRECATED EXTENSIONS @@ -513,7 +521,8 @@ for arbitrary extensions was added in OpenSSL 0.9.8 =head1 SEE ALSO -L, L, L +L, L, L, +L =cut