summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/config.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/config.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/apps/config.pod b/src/lib/libssl/src/doc/apps/config.pod
index 8f823fa6d6..ace34b62bd 100644
--- a/src/lib/libssl/src/doc/apps/config.pod
+++ b/src/lib/libssl/src/doc/apps/config.pod
@@ -1,6 +1,8 @@
1 1
2=pod 2=pod
3 3
4=for comment openssl_manual_section:5
5
4=head1 NAME 6=head1 NAME
5 7
6config - OpenSSL CONF library configuration files 8config - OpenSSL CONF library configuration files
@@ -105,6 +107,11 @@ as any compliant applications. For example:
105 some_new_oid = 1.2.3.4 107 some_new_oid = 1.2.3.4
106 some_other_oid = 1.2.3.5 108 some_other_oid = 1.2.3.5
107 109
110In OpenSSL 0.9.8 it is also possible to set the value to the long name followed
111by a comma and the numerical OID form. For example:
112
113 shortName = some object long name, 1.2.3.4
114
108=head2 ENGINE CONFIGURATION MODULE 115=head2 ENGINE CONFIGURATION MODULE
109 116
110This ENGINE configuration module has the name B<engines>. The value of this 117This ENGINE configuration module has the name B<engines>. The value of this