diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-03-06 21:46:33 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-04-20 11:33:53 +0200 |
commit | 2b264aee6f3b92f14cb3e3dc5b27d14831870923 (patch) | |
tree | 0cb1dffa4bf93ee37417a29ea1240932e42f34e6 /apps/s_time.c | |
parent | Swap parameters of evp_method_id() (diff) | |
download | openssl-2b264aee6f3b92f14cb3e3dc5b27d14831870923.tar.xz openssl-2b264aee6f3b92f14cb3e3dc5b27d14831870923.zip |
Fix descriptions of credentials and verification options for various apps
fix doc of s_client and s_server credentials and verification options
fix doc of verification options also for s_time, x509, crl, req, ts, and verify
correcting and extending texts regarding untrusted and trusted certs,
making the order of options in the docs and help texts more consistent,
etc.
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11273)
Diffstat (limited to 'apps/s_time.c')
-rw-r--r-- | apps/s_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_time.c b/apps/s_time.c index 28e82f7cae..643155674f 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -86,7 +86,7 @@ const OPTIONS s_time_options[] = { {"www", OPT_WWW, 's', "Fetch specified page from the site"}, OPT_SECTION("Certificate"), - {"nameopt", OPT_NAMEOPT, 's', "Various certificate name options"}, + {"nameopt", OPT_NAMEOPT, 's', "Certificate subject/issuer name printing options"}, {"cert", OPT_CERT, '<', "Cert file to use, PEM format assumed"}, {"key", OPT_KEY, '<', "File with key, PEM; default is -cert file"}, {"cafile", OPT_CAFILE, '<', "PEM format file of CA's"}, |