summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2017-02-17 02:06:47 +0300
committerRich Salz <rsalz@openssl.org>2017-02-20 19:35:14 -0500
commitad39b31c1ce0323d6f6ec44842d955f9f2556adf (patch)
treead0e978740fbeffe72ae869210ca0e04828e8571 /doc/man1
parentb1498c98f3fb5b8a340acc9ce20b0fd5346294e5 (diff)
Added '-nameopt' option to the verify command.
It makes possible to print the certificate's DN correctly in case of verification errors. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2656)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/verify.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man1/verify.pod b/doc/man1/verify.pod
index 8ba5ff67e4..36050ece69 100644
--- a/doc/man1/verify.pod
+++ b/doc/man1/verify.pod
@@ -25,6 +25,7 @@ B<openssl> B<verify>
[B<-ignore_critical>]
[B<-inhibit_any>]
[B<-inhibit_map>]
+[B<-nameopt option>]
[B<-no_check_time>]
[B<-partial_chain>]
[B<-policy arg>]
@@ -151,6 +152,13 @@ Set policy variable inhibit-any-policy (see RFC5280).
Set policy variable inhibit-policy-mapping (see RFC5280).
+=item B<-nameopt option>
+
+option which determines how the subject or issuer names are displayed. The
+B<option> argument can be a single option or multiple options separated by
+commas. Alternatively the B<-nameopt> switch may be used more than once to
+set multiple options. See the L<x509(1)> manual page for details.
+
=item B<-no_check_time>
This option suppresses checking the validity period of certificates and CRLs