diff options
author | Hubert Kario <hkario@redhat.com> | 2014-06-18 19:55:03 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-06-20 00:09:21 +0200 |
commit | 6d3d5793673b225b2347ef45b74d0d9994f3132c (patch) | |
tree | f3d093e41ba970c6d7dcc634f463ed02277f8767 /apps/smime.c | |
parent | Tidied up, added include to stdlib, removed "goto bad" usage (diff) | |
download | openssl-6d3d5793673b225b2347ef45b74d0d9994f3132c.tar.xz openssl-6d3d5793673b225b2347ef45b74d0d9994f3132c.zip |
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 'apps/smime.c')
-rw-r--r-- | apps/smime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/smime.c b/apps/smime.c index d1ee48937e..94c2884fed 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -479,6 +479,7 @@ int MAIN(int argc, char **argv) BIO_printf (bio_err, "-text include or delete text MIME headers\n"); BIO_printf (bio_err, "-CApath dir trusted certificates directory\n"); BIO_printf (bio_err, "-CAfile file trusted certificates file\n"); + BIO_printf (bio_err, "-trusted_first use locally trusted CA's first when building trust chain\n"); BIO_printf (bio_err, "-crl_check check revocation status of signer's certificate using CRLs\n"); BIO_printf (bio_err, "-crl_check_all check revocation status of signer's certificate chain using CRLs\n"); #ifndef OPENSSL_NO_ENGINE |