summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-10-26 12:40:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-10-26 12:40:38 +0000
commit1fc6d41bf662a8e441226b73ad36d8fa24aaa51d (patch)
tree4459e4beaf8f2e9929885e20b76b66cebc4d2bd6 /doc/apps/req.pod
parenta41477f92eb30d19a740e58ce8c7e5ad0c3ed820 (diff)
New options to allow req to accept UTF8 strings as input.
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index edc2f60bd8..0ba9a0074f 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -36,6 +36,7 @@ B<openssl> B<req>
[B<-newhdr>]
[B<-extensions section>]
[B<-reqexts section>]
+[B<-utf8>]
[B<-batch>]
[B<-verbose>]
@@ -193,6 +194,13 @@ request extensions. This allows several different sections to
be used in the same configuration file to specify requests for
a variety of purposes.
+=item B<-utf8>
+
+this option causes field values to be interpreted as UTF8 strings, by
+default they are interpreted as ASCII. This means that the field
+values, whether prompted from a terminal or obtained from a
+configuration file, must be valid UTF8 strings.
+
=item B<-asn1-kludge>
by default the B<req> command outputs certificate requests containing
@@ -317,6 +325,13 @@ if set to the value B<no> this disables prompting of certificate fields
and just takes values from the config file directly. It also changes the
expected format of the B<distinguished_name> and B<attributes> sections.
+=item B<utf8>
+
+if set to the value B<yes> then field values to be interpreted as UTF8
+strings, by default they are interpreted as ASCII. This means that
+the field values, whether prompted from a terminal or obtained from a
+configuration file, must be valid UTF8 strings.
+
=item B<attributes>
this specifies the section containing any request attributes: its format