aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.cnf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-06 01:26:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-06 01:26:48 +0000
commitb38f9f66c3ac92d7ad1a23f6b951b966c779905c (patch)
treeecbc8a1df6047738039b36bc3857470a551dce4b /apps/openssl.cnf
parentca03109c3aa2a907885f299d7af749754c4d172d (diff)
downloadopenssl-b38f9f66c3ac92d7ad1a23f6b951b966c779905c.tar.gz
Initial automation changes to 'req' and X509_ATTRIBUTE functions.
Diffstat (limited to 'apps/openssl.cnf')
-rw-r--r--apps/openssl.cnf7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/openssl.cnf b/apps/openssl.cnf
index 13aeb9b0ba..dbe8cbefe0 100644
--- a/apps/openssl.cnf
+++ b/apps/openssl.cnf
@@ -95,16 +95,15 @@ x509_extensions = v3_ca # The extentions to add to the self signed cert
# input_password = secret
# output_password = secret
-# This sets the permitted types in a DirectoryString. There are several
-# options.
+# This sets a mask for permitted string types. There are several options.
# default: PrintableString, T61String, BMPString.
# pkix : PrintableString, BMPString.
# utf8only: only UTF8Strings.
-# nobmp : PrintableString, T61String (no BMPStrings).
+# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
# MASK:XXXX a literal mask value.
# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
# so use this option with caution!
-dirstring_type = nobmp
+string_mask = nombstr
# req_extensions = v3_req # The extensions to add to a certificate request