aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/s_client.pod
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2014-06-18 19:55:03 +0200
committerMatt Caswell <matt@openssl.org>2014-06-19 23:09:21 +0100
commit6d3d5793673b225b2347ef45b74d0d9994f3132c (patch)
treef3d093e41ba970c6d7dcc634f463ed02277f8767 /doc/apps/s_client.pod
parent2d7153e8f9bb27d0a0f8199116ec454b396b87a8 (diff)
downloadopenssl-6d3d5793673b225b2347ef45b74d0d9994f3132c.tar.gz
Document -trusted_first option in man pages and help.
Add -trusted_first description to help messages and man pages of tools that deal with certificate verification.
Diffstat (limited to 'doc/apps/s_client.pod')
-rw-r--r--doc/apps/s_client.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 8964032cde..55c501e29d 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -18,6 +18,7 @@ B<openssl> B<s_client>
[B<-pass arg>]
[B<-CApath directory>]
[B<-CAfile filename>]
+[B<-trusted_first>]
[B<-reconnect>]
[B<-pause>]
[B<-showcerts>]
@@ -116,9 +117,9 @@ also used when building the client certificate chain.
A file containing trusted certificates to use during server authentication
and to use when attempting to build the client certificate chain.
-=item B<-purpose, -ignore_critical, -issuer_checks, -crl_check, -crl_check_all, -policy_check, -extended_crl, -x509_strict, -policy -check_ss_sig>
+=item B<-purpose, -ignore_critical, -issuer_checks, -crl_check, -crl_check_all, -policy_check, -extended_crl, -x509_strict, -policy -check_ss_sig, -trusted_first>
-Set various certificate chain valiadition option. See the
+Set various certificate chain valiadition options. See the
L<B<verify>|verify(1)> manual page for details.
=item B<-reconnect>