summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-12-19 10:56:50 +0100
committerTomas Mraz <tomas@openssl.org>2023-02-08 16:29:00 +0100
commit260878f7aab7b077f4ef9496e3541ec8c19c9d1c (patch)
treebbc2c608d604b6ce31dfd061d84ac206749bf2bb /apps
parenta8aad913ecc632405096b2b61942b2c782cc74f4 (diff)
downloadopenssl-new-260878f7aab7b077f4ef9496e3541ec8c19c9d1c.tar.gz
CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19946)
Diffstat (limited to 'apps')
-rw-r--r--apps/cmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/cmp.c b/apps/cmp.c
index f72a77e3a3..a7874876d1 100644
--- a/apps/cmp.c
+++ b/apps/cmp.c
@@ -373,7 +373,7 @@ const OPTIONS cmp_options[] = {
OPT_SECTION("Server authentication"),
{"trusted", OPT_TRUSTED, 's',
- "Certificates to trust as chain roots when verifying signed CMP responses"},
+ "Certificates to use as trust anchors when verifying signed CMP responses"},
{OPT_MORE_STR, 0, 0, "unless -srvcert is given"},
{"untrusted", OPT_UNTRUSTED, 's',
"Intermediate CA certs for chain construction for CMP/TLS/enrolled certs"},
@@ -421,7 +421,7 @@ const OPTIONS cmp_options[] = {
{OPT_MORE_STR, 0, 0,
"This can be used as the default CMP signer cert chain to include"},
{"unprotected_requests", OPT_UNPROTECTED_REQUESTS, '-',
- "Send messages without CMP-level protection"},
+ "Send request messages without CMP-level protection"},
OPT_SECTION("Credentials format"),
{"certform", OPT_CERTFORM, 's',