mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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)
This commit is contained in:
parent
6ec351f449
commit
922f156545
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user