summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-06-19 17:06:18 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-06-24 09:56:50 +0300
commit922f156545c9c8397abbda49eb640f7a34969231 (patch)
tree18940ac13d08419733072da0ea0f6b132f0ce116 /doc
parent6ec351f4496a6a8dd40ef2d811967247afaf1c41 (diff)
CMS print should support string conversion: docs
Documentation for -nameopt option Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12206)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-cms.pod.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man1/openssl-cms.pod.in b/doc/man1/openssl-cms.pod.in
index 5ef1219a2e..b4c57d37ff 100644
--- a/doc/man1/openssl-cms.pod.in
+++ b/doc/man1/openssl-cms.pod.in
@@ -44,6 +44,7 @@ B<openssl> B<cms>
[B<-text>]
[B<-noout>]
[B<-print>]
+[B<-nameopt> I<option>]
[B<-md> I<digest>]
[B<-I<cipher>>]
[B<-wrap> I<cipher>]
@@ -288,6 +289,12 @@ structure is being checked.
For the B<-cmsout> operation print out all fields of the CMS structure. This
is mainly useful for testing purposes.
+=item B<-nameopt> I<option>
+
+For the B<-cmsout> operation when B<-print> option is in use, specifies
+printing options for string fields. For most cases B<utf8> is reasonable value.
+See L<openssl(1)/Name Format Options> for details.
+
=item B<-md> I<digest>
Digest algorithm to use when signing or resigning. If not present then the
@@ -772,6 +779,8 @@ The -no_alt_chains option was added in OpenSSL 1.0.2b.
All B<-keyform> values except B<ENGINE> have become obsolete in OpenSSL 3.0.0
and have no effect.
+The B<-nameopt> option was added in OpenSSL 3.0.0.
+
=head1 COPYRIGHT
Copyright 2008-2020 The OpenSSL Project Authors. All Rights Reserved.