summaryrefslogtreecommitdiffstats
path: root/doc/apps/config.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-10-27 13:40:11 -0400
committerRich Salz <rsalz@openssl.org>2015-10-28 17:23:51 -0400
commita528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9 (patch)
tree302c2c6dd2accf5ba1a928862f1367e394779962 /doc/apps/config.pod
parent6f5c03032080aa35e2ad5765b7243b8c75305611 (diff)
Remove SSLeay history, etc., from docs
If something was "present in all versions" of SSLeay, or if it was added to a version of SSLeay (and therefore predates OpenSSL), remove mention of it. Documentation history now starts with OpenSSL. Remove mention of all history before OpenSSL 0.9.8, inclusive. Remove all AUTHOR sections. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps/config.pod')
-rw-r--r--doc/apps/config.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/config.pod b/doc/apps/config.pod
index 22bb6c50a8..e238e15125 100644
--- a/doc/apps/config.pod
+++ b/doc/apps/config.pod
@@ -56,7 +56,7 @@ the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognized.
=head1 OPENSSL LIBRARY CONFIGURATION
-In OpenSSL 0.9.7 and later applications can automatically configure certain
+Applications can automatically configure certain
aspects of OpenSSL using the master OpenSSL configuration file, or optionally
an alternative configuration file. The B<openssl> utility includes this
functionality: any sub command uses the master OpenSSL configuration file
@@ -106,7 +106,7 @@ as any compliant applications. For example:
some_new_oid = 1.2.3.4
some_other_oid = 1.2.3.5
-In OpenSSL 0.9.8 it is also possible to set the value to the long name followed
+It is also possible to set the value to the long name followed
by a comma and the numerical OID form. For example:
shortName = some object long name, 1.2.3.4