summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/doc/apps/config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/apps/config.pod')
-rw-r--r--crypto/openssl/doc/apps/config.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/openssl/doc/apps/config.pod b/crypto/openssl/doc/apps/config.pod
index 8f823fa..ace34b6 100644
--- a/crypto/openssl/doc/apps/config.pod
+++ b/crypto/openssl/doc/apps/config.pod
@@ -1,6 +1,8 @@
=pod
+=for comment openssl_manual_section:5
+
=head1 NAME
config - OpenSSL CONF library configuration files
@@ -105,6 +107,11 @@ 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
+by a comma and the numerical OID form. For example:
+
+ shortName = some object long name, 1.2.3.4
+
=head2 ENGINE CONFIGURATION MODULE
This ENGINE configuration module has the name B<engines>. The value of this
OpenPOWER on IntegriCloud