From 260878f7aab7b077f4ef9496e3541ec8c19c9d1c Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 19 Dec 2022 10:56:50 +0100 Subject: CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc. Reviewed-by: Dmitry Belyavskiy Reviewed-by: Hugo Landau Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/19946) --- apps/cmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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', -- cgit v1.2.3