From: Klaas van Schelven Date: Wed, 31 Mar 2021 08:44:20 +0000 (+0200) Subject: Documentation fix for openssl-verify certificates X-Git-Tag: openssl-3.0.0-alpha16~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21224f1adcd948699e536eaf570f42ef9a051f7;p=thirdparty%2Fopenssl.git Documentation fix for openssl-verify certificates `openssl verify` silently ignores any but the first certificate in the `certificates` argument. See #14675 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14754) --- diff --git a/doc/man1/openssl-verify.pod.in b/doc/man1/openssl-verify.pod.in index 2b5a350553a..bb57109b124 100644 --- a/doc/man1/openssl-verify.pod.in +++ b/doc/man1/openssl-verify.pod.in @@ -27,7 +27,8 @@ B B =head1 DESCRIPTION -This command verifies certificate chains. +This command verifies certificate chains. If a certificate chain has multiple +problems, this program attempts to display all of them. =head1 OPTIONS @@ -99,10 +100,9 @@ with a B<->. =item I ... -One or more target certificates to verify. If no certificates are given, -this command will attempt to read a certificate from standard input. -If a certificate chain has multiple problems, this program attempts to -display all of them. +One or more target certificates to verify, one per file. If no certificates are +given, this command will attempt to read a single certificate from standard +input. =back