Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-10 02:32:54 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-10 02:32:54 +0300
commit14f4feb05b16b90091d5c0d09cbc2a461b472e99 (patch)
treed33b7c42b072b4eb338ad6781156b2eb56773610 /doc
parent3ba2b94a6b1758b79056aecced06d4b4df1bf290 (diff)
Recent changes from 0.9.6-stable.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/req.pod8
-rw-r--r--doc/apps/smime.pod4
-rw-r--r--doc/apps/x509.pod14
3 files changed, 13 insertions, 13 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index a3f54f45a3..ed5c7effb8 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -457,13 +457,13 @@ Sample configuration containing all field values:
The header and footer lines in the B<PEM> format are normally:
- -----BEGIN CERTIFICATE REQUEST----
- -----END CERTIFICATE REQUEST----
+ -----BEGIN CERTIFICATE REQUEST-----
+ -----END CERTIFICATE REQUEST-----
some software (some versions of Netscape certificate server) instead needs:
- -----BEGIN NEW CERTIFICATE REQUEST----
- -----END NEW CERTIFICATE REQUEST----
+ -----BEGIN NEW CERTIFICATE REQUEST-----
+ -----END NEW CERTIFICATE REQUEST-----
which is produced with the B<-newhdr> option but is otherwise compatible.
Either form is accepted transparently on input.
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index fa5d23e8dc..2453dd2738 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -340,8 +340,8 @@ detached signature format. You can use this program to verify the
signature by line wrapping the base64 encoded structure and surrounding
it with:
- -----BEGIN PKCS7----
- -----END PKCS7----
+ -----BEGIN PKCS7-----
+ -----END PKCS7-----
and using the command,
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 84f76cb421..3a05fdc828 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -321,7 +321,7 @@ The default filename consists of the CA certificate file base name with
".srl" appended. For example if the CA certificate file is called
"mycacert.pem" it expects to find a serial number file called "mycacert.srl".
-=item B<-CAcreateserial filename>
+=item B<-CAcreateserial>
with this option the CA serial number file is created if it does not exist:
it will contain the serial number "02" and the certificate being signed will
@@ -539,18 +539,18 @@ Set a certificate to be trusted for SSL client use and change set its alias to
The PEM format uses the header and footer lines:
- -----BEGIN CERTIFICATE----
- -----END CERTIFICATE----
+ -----BEGIN CERTIFICATE-----
+ -----END CERTIFICATE-----
it will also handle files containing:
- -----BEGIN X509 CERTIFICATE----
- -----END X509 CERTIFICATE----
+ -----BEGIN X509 CERTIFICATE-----
+ -----END X509 CERTIFICATE-----
Trusted certificates have the lines
- -----BEGIN TRUSTED CERTIFICATE----
- -----END TRUSTED CERTIFICATE----
+ -----BEGIN TRUSTED CERTIFICATE-----
+ -----END TRUSTED CERTIFICATE-----
The conversion to UTF8 format used with the name options assumes that
T61Strings use the ISO8859-1 character set. This is wrong but Netscape